mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
8 lines
No EOL
140 B
Ruby
8 lines
No EOL
140 B
Ruby
# typed: strong
|
|
# config for bullet gem
|
|
|
|
if defined? Bullet
|
|
Bullet.enable = false
|
|
Bullet.alert = false
|
|
Bullet.bullet_logger = true
|
|
end |