Created
November 29, 2022 18:47
-
-
Save andrewmcodes/04978010aa33a8ca0caa70c1df378f7d to your computer and use it in GitHub Desktop.
Flipper UI Banner in Production
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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