summaryrefslogtreecommitdiff
path: root/certs/lib/leap_web_certs/engine.rb
blob: 7dbc5720481698635181d8b8c4a45ff09bb4200e (plain)
1
2
3
4
5
6
7
8
# thou shall require all your dependencies in an engine.
require "leap_web_core"

module LeapWebCerts
  class Engine < ::Rails::Engine

  end
end