diff options
author | jessib <jessib@leap.se> | 2013-03-12 13:23:36 -0700 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-17 10:46:25 +0200 |
commit | fe7a5ac0776e1bd7baf36382600e265def901e51 (patch) | |
tree | 0c7c04e4a59d4ed72ab32e297b4a3ac8e325dfcf /billing/lib | |
parent | 2e59c7131a08acab4944b18ba4b8d82daa402c4f (diff) |
More pieces to set up the billing engine.
Diffstat (limited to 'billing/lib')
-rw-r--r-- | billing/lib/leap_web_billing.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/billing/lib/leap_web_billing.rb b/billing/lib/leap_web_billing.rb new file mode 100644 index 0000000..288d846 --- /dev/null +++ b/billing/lib/leap_web_billing.rb @@ -0,0 +1,4 @@ +require "leap_web_billing/engine" + +module LeapWebBilling +end |