Last active
May 29, 2017 13:14
-
-
Save tolosa/21471a1b59792ab515976498ed3eb859 to your computer and use it in GitHub Desktop.
Bullet preferred configuration
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
| return unless Rails.env.development? | |
| Bullet.enable = true | |
| Bullet.console = true | |
| Bullet.add_footer = true | |
| Bullet.rails_logger = true |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Place in
config/initializers.