module ActionDispatch::Routing::UrlFor

def url_options

go into url_options.
with +default_url_options+. Application logic should not
Hook overridden in controller to add request information
def url_options
  default_url_options
end