-
-
Save 123ish/c43260a1b3b1e08ba56fbbbca8818abe to your computer and use it in GitHub Desktop.
Place this on config/environments/optimization.rb
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
config.after_initialize do | |
Bullet.enable = true | |
Bullet.alert = true | |
Bullet.bullet_logger = true | |
Bullet.console = true | |
Bullet.rails_logger = true | |
Bullet.add_footer = true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment