Skip to content

Instantly share code, notes, and snippets.

@tsmango
Created September 16, 2009 14:35
Show Gist options
  • Save tsmango/188074 to your computer and use it in GitHub Desktop.
Save tsmango/188074 to your computer and use it in GitHub Desktop.
def request_for_facebook?
# Until I escape Panera Bread hell
# (request.subdomains.first == 'web1' or request.subdomains.first == 'facebook') ? true : false
true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment