Skip to content

Commit 9bca2b7

Browse files
committed
Remove incorrect 7.0 framework default
This was added in 60f7d49, which didn't quite make the cutoff for the 7.0 release, so it doesn't belong under `7.0`. In addition, the value being set is the same as the underlying configuration's default. This is likely an oversight because the `load_default` value was changed during review from `true` to be `Rails.env` dependent, and later to `false`.
1 parent 46c7420 commit 9bca2b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

railties/lib/rails/application/configuration.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ def load_defaults(target_version)
263263
end
264264

265265
if respond_to?(:action_controller)
266-
action_controller.raise_on_missing_callback_actions = false
267266
action_controller.raise_on_open_redirects = true
268267
action_controller.wrap_parameters_by_default = true
269268
end

0 commit comments

Comments
 (0)