Added "devise" for authentication.

This commit is contained in:
Christoph Haas 2015-07-15 17:06:32 +02:00
parent e6a0f15340
commit 35eb83448e
11 changed files with 410 additions and 30 deletions

View file

@ -16,6 +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' }
# Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log