config: remove duplicated line
The line is duplicated above in the same file.
This commit is contained in:
parent
c11eb80e11
commit
b94bc654c9
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ Rails.application.configure do
|
||||||
# Print deprecation notices to the stderr.
|
# Print deprecation notices to the stderr.
|
||||||
config.active_support.deprecation = :stderr
|
config.active_support.deprecation = :stderr
|
||||||
|
|
||||||
config.action_mailer.delivery_method = :test
|
|
||||||
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
|
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
|
||||||
Rails.application.routes.default_url_options = {
|
Rails.application.routes.default_url_options = {
|
||||||
host: 'localhost:3000',
|
host: 'localhost:3000',
|
||||||
|
|
Loading…
Reference in a new issue