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



5
6
7
# File 'lib/authorio/routes.rb', line 5

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