Commit 14236ee
Changed files (1)
config
environments
config/environments/development.rb
@@ -63,4 +63,6 @@ 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
+
+ config.hosts << /.*\.ngrok\.io/
end