class ActionDispatch::Routing::Mapper

Public Instance Methods

authorio_routes() click to toggle source

Provide a custom mounting command, just so we can track our own mount point

# File lib/authorio/routes.rb, line 7
def authorio_routes
  mount Authorio::Engine, at: Authorio.configuration.mount_point
end