Created
July 3, 2020 06:16
-
-
Save kevinhq/365bf1202b4a1f54e4f84a12a61fce7a to your computer and use it in GitHub Desktop.
Place this on config/environments/optimization.rb
This file contains hidden or 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