summaryrefslogtreecommitdiff
path: root/billing/lib/leap_web_billing/engine.rb
diff options
context:
space:
mode:
Diffstat (limited to 'billing/lib/leap_web_billing/engine.rb')
-rw-r--r--billing/lib/leap_web_billing/engine.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/billing/lib/leap_web_billing/engine.rb b/billing/lib/leap_web_billing/engine.rb
new file mode 100644
index 0000000..acf63b0
--- /dev/null
+++ b/billing/lib/leap_web_billing/engine.rb
@@ -0,0 +1,11 @@
+# thou shall require all your dependencies in an engine.
+require "leap_web_core"
+require "leap_web_core/ui_dependencies"
+
+require "braintree-rails"
+
+module LeapWebBilling
+ class Engine < ::Rails::Engine
+
+ end
+end