config: remove duplicated line

The line is duplicated above in the same file.
This commit is contained in:
Pierre de La Morinerie 2018-11-06 16:04:13 +00:00
parent c11eb80e11
commit b94bc654c9

View file

@ -39,7 +39,6 @@ Rails.application.configure do
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr
config.action_mailer.delivery_method = :test
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
Rails.application.routes.default_url_options = {
host: 'localhost:3000',