method

url_options

Importance_0
url_options() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/routing_url_for.rb, line 122
    def url_options #:nodoc:
      return super unless controller.respond_to?(:url_options)
      controller.url_options
    end
Register or log in to add new notes.