method
url_options
v5.0.0.1 -
Show latest stable
- Class:
ActionView::RoutingUrlFor
url_options()public
No documentation available.
# File actionview/lib/action_view/routing_url_for.rb, line 121
def url_options #:nodoc:
return super unless controller.respond_to?(:url_options)
controller.url_options
end