Class: ActionDispatch::Routing::Mapper
- Inherits:
-
Object
- Object
- ActionDispatch::Routing::Mapper
- Defined in:
- lib/ez/settings/routes.rb
Instance Method Summary collapse
Instance Method Details
#ez_settings_for(interface) ⇒ Object
4 5 6 7 8 |
# File 'lib/ez/settings/routes.rb', line 4 def ez_settings_for(interface) defaults ez_settings_interface: interface do mount Ez::Settings::Engine, at: '/settings', as: :ez_settings end end |