1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +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.after_initialize do
Bullet.enable = true
Bullet.alert = true
Bullet.console = true
Bullet.bullet_logger = true
#Bullet.enable = true
#Bullet.alert = true
#Bullet.console = true
#Bullet.bullet_logger = true
end
end