diff --git a/config/environments/development.rb b/config/environments/development.rb index b66cd7f..fd85586 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -1,6 +1,9 @@ Wrestling::Application.configure do # Settings specified here will take precedence over those in config/application.rb. + # allow all hostnames + config.hosts.clear + # In the development environment your application's code is reloaded on # every request. This slows down response time but is perfect for development # since you don't have to restart the web server when you make code changes. @@ -32,9 +35,5 @@ Wrestling::Application.configure do #Bullet.alert = true #Bullet.console = true #Bullet.bullet_logger = true - - - - end end