Devise updated
This commit is contained in:
parent
026ee04e02
commit
a9e0669657
3 changed files with 23 additions and 14 deletions
|
|
@ -16,7 +16,8 @@ Debshots::Application.configure do
|
|||
# Don't care if the mailer can't send.
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
|
||||
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
|
||||
# config.action_mailer.default_url_options = { :host => 'localhost:3000' }
|
||||
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
|
||||
|
||||
# Print deprecation notices to the Rails logger.
|
||||
config.active_support.deprecation = :log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue