Allow any host in development

This commit is contained in:
Karl Erik Õunapuu 2020-06-04 12:15:39 +03:00
parent cab9c304ad
commit fbaf439dc2
2 changed files with 3 additions and 66 deletions

View file

@ -32,6 +32,9 @@ Rails.application.configure do
config.assets.raise_runtime_errors = true
config.action_view.raise_on_missing_translations = true
# Allow any host to access development
config.hosts.clear
end
# In this mode, any jobs you queue will be run in the same thread, synchronously