diff --git a/config/environments/development.rb b/config/environments/development.rb index 1083f145..af0d18e0 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -81,7 +81,7 @@ # config.action_cable.disable_request_forgery_protection = true # Raise error when a before_action's only/except options reference missing actions - config.action_controller.raise_on_missing_callback_actions = true + config.action_controller.raise_on_missing_callback_actions = false # Allow POST authenticity on Codespaces in dev config.action_controller.forgery_protection_origin_check = false