mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fix typo.
This commit is contained in:
parent
cb62597afa
commit
f2f9232b89
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module Devise
|
|||
when :bcrypt
|
||||
raise "In order to use bcrypt as encryptor, simply remove :encryptable from your devise model"
|
||||
when nil
|
||||
raise "You need to give an :encrytor as option in order to use :encryptable"
|
||||
raise "You need to give an :encryptor as option in order to use :encryptable"
|
||||
else
|
||||
::Devise::Encryptors.const_get(encryptor.to_s.classify)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue