mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
Reenable bullet
This commit is contained in:
parent
03b4da1e8e
commit
94431c0d09
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ require "active_support/core_ext/integer/time"
|
|||
Rails.application.configure do
|
||||
config.after_initialize do
|
||||
Bullet.enable = true
|
||||
Bullet.alert = false
|
||||
Bullet.alert = true
|
||||
Bullet.bullet_logger = true
|
||||
Bullet.console = true
|
||||
Bullet.rails_logger = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue