Skip to content

Instantly share code, notes, and snippets.

@radar
Created February 12, 2010 08:00
Show Gist options
  • Save radar/302403 to your computer and use it in GitHub Desktop.
Save radar/302403 to your computer and use it in GitHub Desktop.
default_url_options[:host] = host
def host
Rails.env.development? ? "localhost:3000" : "www.sociapad.com"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment