Class: ActionDispatch::Routing::Mapper

Inherits:
Object
  • Object
show all
Defined in:
lib/authorio/routes.rb

Instance Method Summary collapse

Instance Method Details

#authorio_routesObject

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



7
8
9
# File 'lib/authorio/routes.rb', line 7

def authorio_routes
  mount Authorio::Engine, at: Authorio.configuration.mount_point
end