mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Remove halt_callback_chains_on_return_false
It's deprecated in Rails 5.1 and will block the Rails 5.2 upgrade.
This commit is contained in:
parent
6952202e7b
commit
faaecbae40
1 changed files with 0 additions and 3 deletions
|
|
@ -20,6 +20,3 @@ ActiveSupport.to_time_preserves_timezone = false
|
|||
|
||||
# Require `belongs_to` associations by default. Previous versions had false.
|
||||
Rails.application.config.active_record.belongs_to_required_by_default = false
|
||||
|
||||
# Do not halt callback chains when a callback returns false. Previous versions had true.
|
||||
ActiveSupport.halt_callback_chains_on_return_false = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue