mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
7 lines
124 B
Ruby
7 lines
124 B
Ruby
|
|
# config for bullet gem
|
||
|
|
|
||
|
|
if defined? Bullet
|
||
|
|
Bullet.enable = false
|
||
|
|
Bullet.alert = false
|
||
|
|
Bullet.bullet_logger = true
|
||
|
|
end
|