Skip to content

Instantly share code, notes, and snippets.

@ahoward
Created July 21, 2015 21:25
Show Gist options
  • Select an option

  • Save ahoward/238491f9e2f8a100ad31 to your computer and use it in GitHub Desktop.

Select an option

Save ahoward/238491f9e2f8a100ad31 to your computer and use it in GitHub Desktop.
the caseless case.
@debug =
case
when ENV['IANDA_DEBUG']
!!ENV['IANDA_DEBUG']
when !Rails.env.production?
Rails.logger
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment