Skip to content

Instantly share code, notes, and snippets.

@mbleigh
Created January 13, 2009 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbleigh/46651 to your computer and use it in GitHub Desktop.
Save mbleigh/46651 to your computer and use it in GitHub Desktop.
>> ActionController::UrlWriter.default_url_options
=> {:host=>nil}
>> ActionController::UrlWriter.default_url_options[:host] = 'abc.com'
=> "abc.com"
>> ActionController::UrlWriter.default_url_options[:host]
=> "abc.com"
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment