Skip to content

Commit 022de40

Browse files
committed
comment out option for future reference
1 parent 2c158e1 commit 022de40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/development.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
end
9696

9797
# Raise error when a before_action's only/except options reference missing actions.
98-
config.action_controller.raise_on_missing_callback_actions = false
98+
# config.action_controller.raise_on_missing_callback_actions = true
9999

100100
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
101101
# config.generators.apply_rubocop_autocorrect_after_generate!

0 commit comments

Comments
 (0)