Skip to content

Commit 6ab6f4d

Browse files
committed
Enable new action on relative redirect default
1 parent b07fcb8 commit 6ab6f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/new_framework_defaults_8_1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# Applications that want to allow these redirects can set the config to `:log` (previous default)
6161
# to only log warnings, or `:notify` to send ActiveSupport notifications.
6262
#++
63-
# Rails.configuration.action_controller.action_on_path_relative_redirect = :raise
63+
Rails.configuration.action_controller.action_on_path_relative_redirect = :raise
6464

6565
###
6666
# Use a Ruby parser to track dependencies between Action View templates

0 commit comments

Comments
 (0)