Added bullet gem to track unusued eager loading.
This commit is contained in:
parent
0683738003
commit
44ef0a9807
3 changed files with 13 additions and 0 deletions
6
config/initializers/bullet.rb
Normal file
6
config/initializers/bullet.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if defined? Bullet
|
||||
Bullet.enable = true
|
||||
# Bullet.alert = true
|
||||
Bullet.bullet_logger = true
|
||||
Bullet.console = true
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue