1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-03 13:30:02 +00:00

Removed bullet

This commit is contained in:
2015-11-02 11:31:23 -05:00
parent 364ee21e3f
commit bdfbb36d48

View File

@@ -28,9 +28,9 @@ Wrestling::Application.configure do
config.assets.debug = true config.assets.debug = true
config.after_initialize do config.after_initialize do
Bullet.enable = true #Bullet.enable = true
Bullet.alert = true #Bullet.alert = true
Bullet.console = true #Bullet.console = true
Bullet.bullet_logger = true #Bullet.bullet_logger = true
end end
end end