summaryrefslogtreecommitdiff
path: root/help/lib/leap_web_help/engine.rb
blob: 1006c298523381f7ae4ab4a54a296337acedc44c (plain)
1
2
3
4
5
6
# thou shall require all your dependencies in an engine.

module LeapWebHelp
  class Engine < ::Rails::Engine
  end
end