Added "devise" for authentication.
This commit is contained in:
parent
e6a0f15340
commit
35eb83448e
11 changed files with 410 additions and 30 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue