mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
chore: update to rails 8
This commit is contained in:
parent
1ce3ed5b6f
commit
e4e1a2e96e
6 changed files with 86 additions and 92 deletions
|
|
@ -1,13 +1,13 @@
|
|||
Rails.application.configure do
|
||||
config.after_initialize do
|
||||
Bullet.enable = true
|
||||
Bullet.alert = false
|
||||
Bullet.bullet_logger = true
|
||||
Bullet.console = true
|
||||
# Bullet.growl = true
|
||||
Bullet.rails_logger = true
|
||||
Bullet.add_footer = true
|
||||
end
|
||||
# config.after_initialize do
|
||||
# Bullet.enable = true
|
||||
# Bullet.alert = false
|
||||
# Bullet.bullet_logger = true
|
||||
# Bullet.console = true
|
||||
# # Bullet.growl = true
|
||||
# Bullet.rails_logger = true
|
||||
# Bullet.add_footer = true
|
||||
# end
|
||||
|
||||
# Settings specified here will take precedence over those in config/application.rb.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue