Skip to content

Instantly share code, notes, and snippets.

@andrewmcodes
Created November 29, 2022 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewmcodes/04978010aa33a8ca0caa70c1df378f7d to your computer and use it in GitHub Desktop.
Save andrewmcodes/04978010aa33a8ca0caa70c1df378f7d to your computer and use it in GitHub Desktop.
Flipper UI Banner in Production
Flipper::UI.configure do |config|
config.banner_text = "Production Environment" if Rails.env.production?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment