Skip to content

Instantly share code, notes, and snippets.

@rhysforyou
Created July 17, 2011 05:31
Show Gist options
  • Select an option

  • Save rhysforyou/1087227 to your computer and use it in GitHub Desktop.

Select an option

Save rhysforyou/1087227 to your computer and use it in GitHub Desktop.
def uri= uri
needs_root_domain = ((%r{^http://[^/]+/} =~ uri) == nil)
if needs_root_domain
@uri = "http://www.metafilter.com#{uri}"
else
@uri = uri
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment