Skip to content

Instantly share code, notes, and snippets.

@jasonblanchard
Created January 29, 2014 20:38
Show Gist options
  • Select an option

  • Save jasonblanchard/8696508 to your computer and use it in GitHub Desktop.

Select an option

Save jasonblanchard/8696508 to your computer and use it in GitHub Desktop.
def in_production?
if Rails.env.production?
yield
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment