Skip to content

Commit

Permalink
Merge pull request #18904 from djberg96/deprecation_halt_callback_chains
Browse files Browse the repository at this point in the history
Remove the deprecated call halt_callback_chains_on_return_false from config
  • Loading branch information
jrafanie authored Jun 21, 2019
2 parents fff2760 + 04eca49 commit 0cca6b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ class Application < Rails::Application

config.autoload_paths += config.eager_load_paths

config.active_support.halt_callback_chains_on_return_false = false

# NOTE: If you are going to make changes to autoload_paths, please make
# sure they are all strings. Rails will push these paths into the
# $LOAD_PATH.
Expand Down

0 comments on commit 0cca6b6

Please sign in to comment.