Allow all hosts in development, for testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user