Fix 500 error on registration
This commit is contained in:
parent
b3556b64dc
commit
6758bec8a4
|
@ -199,4 +199,6 @@ Devise.setup do |config|
|
|||
# end
|
||||
|
||||
config.secret_key = APP_CONFIG['keys']['devise']['secret']
|
||||
|
||||
config.reconfirmable = false
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue