Fix 500 error on registration

This commit is contained in:
Wedge 2016-06-12 01:56:35 +03:00
parent b3556b64dc
commit 6758bec8a4
1 changed files with 2 additions and 0 deletions

View File

@ -199,4 +199,6 @@ Devise.setup do |config|
# end
config.secret_key = APP_CONFIG['keys']['devise']['secret']
config.reconfirmable = false
end