diff options
Diffstat (limited to 'engines/billing/lib/leap_web_billing')
-rw-r--r-- | engines/billing/lib/leap_web_billing/engine.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/billing/lib/leap_web_billing/engine.rb b/engines/billing/lib/leap_web_billing/engine.rb new file mode 100644 index 0000000..ab574f2 --- /dev/null +++ b/engines/billing/lib/leap_web_billing/engine.rb @@ -0,0 +1,10 @@ +# thou shall require all your dependencies in an engine. +#require "braintree-rails" +require "braintree" +#require "carmen-rails" + +module LeapWebBilling + class Engine < ::Rails::Engine + + end +end |