Allow all hosts in development, for testing

This commit is contained in:
Kevin McConnell
2025-01-27 14:16:41 +00:00
parent 94b2c256b9
commit 2681d76e12
+3
View File
@@ -74,4 +74,7 @@ Rails.application.configure do
# Raise error when a before_action's only/except options reference missing actions
config.action_controller.raise_on_missing_callback_actions = true
# Allow all hosts in development
config.hosts = nil
end