Method: ActionDispatch::Routing::RoutesProxy#url_options
- Defined in:
- actionpack/lib/action_dispatch/routing/routes_proxy.rb
#url_options ⇒ Object
21 22 23 24 25 |
# File 'actionpack/lib/action_dispatch/routing/routes_proxy.rb', line 21 def scope.send(:_with_routes, routes) do scope. end end |