Class: ActionDispatch::Routing::Mapper
- Inherits:
-
Object
- Object
- ActionDispatch::Routing::Mapper
- Defined in:
- lib/authorio/routes.rb
Instance Method Summary collapse
-
#authorio_routes ⇒ Object
Provide a custom mounting command, just so we can track our own mount point.
Instance Method Details
#authorio_routes ⇒ Object
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 mount Authorio::Engine, at: Authorio.configuration.mount_point end |