Disable host check, fix router url

This commit is contained in:
Pranav Raj Sreepuram
2019-08-19 13:51:20 +05:30
parent 52194116b3
commit fa0904386f
3 changed files with 5 additions and 2 deletions

View File

@@ -63,4 +63,7 @@ Rails.application.configure do
# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
# Disable host check during development
config.hosts = nil
end