module Bootstrap
  module Switch
    module Rails
      class Engine < ::Rails::Engine
      end
    end
  end
end
