module ActionView::RoutingUrlFor

def url_options # :nodoc:

:nodoc:
def url_options # :nodoc:
  return super unless controller.respond_to?(:url_options)
  controller.url_options
end