summaryrefslogtreecommitdiff
path: root/help/lib/leap_web_help/engine.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-10 19:56:35 +0200
committerAzul <azul@leap.se>2012-10-11 10:15:40 +0200
commit00b7b36516d1d07300870029ad5190f06122a493 (patch)
treebf9cf8ad372d47df95f13a189d704455910ade91 /help/lib/leap_web_help/engine.rb
parent95ba833ffea8588ba498ed28fdb02c15fdb062cd (diff)
first steps at reducing core
Diffstat (limited to 'help/lib/leap_web_help/engine.rb')
-rw-r--r--help/lib/leap_web_help/engine.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/help/lib/leap_web_help/engine.rb b/help/lib/leap_web_help/engine.rb
index 2ff3e86..1006c29 100644
--- a/help/lib/leap_web_help/engine.rb
+++ b/help/lib/leap_web_help/engine.rb
@@ -1,8 +1,4 @@
# thou shall require all your dependencies in an engine.
-require "leap_web_core"
-#require "leap_web_users" #necessary?
-
-LeapWebCore::Dependencies.require_ui_gems
module LeapWebHelp
class Engine < ::Rails::Engine