summaryrefslogtreecommitdiff
path: root/core/lib/leap_web_core/engine.rb
blob: 940b5e2f7e0e436c40f54a06c6ef8d404f70c375 (plain)
1
2
3
4
5
6
7
8
9
# thou shall require all your dependencies in an engine.
require "couchrest"
require "couchrest_model"

module LeapWebCore
  class Engine < ::Rails::Engine

  end
end