1
0
Fork 0
forked from OpenNeo/impress
impress/config/initializers/bullet.rb

6 lines
104 B
Ruby
Raw Normal View History

if Rails.env.development?
Bullet.enable = true
Bullet.alert = true
Bullet.rails_logger = true
end