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