spec/dummy/config/environments/development.rb in azeroth-0.10.1 vs spec/dummy/config/environments/development.rb in azeroth-1.0.0

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true Rails.application.configure do + config.hosts << 'www.example.com' # Settings specified here will take precedence over # those in config/application.rb. # In the development environment your application's code is reloaded on # every request. This slows down response time but is perfect for development