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

module LeapWebCerts
  class Engine < ::Rails::Engine

  end
end