Devise updated

This commit is contained in:
Christoph Haas 2016-03-01 17:27:21 +01:00
parent 026ee04e02
commit a9e0669657
3 changed files with 23 additions and 14 deletions

View file

@ -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