mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02: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 |