Class: ActionDispatch::Routing::Mapper
- Inherits:
-
Object
- Object
- ActionDispatch::Routing::Mapper
- Defined in:
- lib/any_login/routes.rb
Instance Method Summary collapse
Instance Method Details
#mount_routes(options = {}) ⇒ Object
3 4 5 |
# File 'lib/any_login/routes.rb', line 3 def mount_routes( = {}) mount AnyLogin::Engine => '/any_login', :as => [:as] || 'any_login' end |