summaryrefslogtreecommitdiff
path: root/certs/lib/leap_web_certs/engine.rb
blob: 3c8948a0d84ee364f89911ff7a406c1760840b78 (plain)
1
2
3
4
5
6
7
require "leap_web_core"

module LeapWebCerts
  class Engine < ::Rails::Engine

  end
end