1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Fix typo.

This commit is contained in:
José Valim 2010-11-30 05:01:19 -08:00
parent cb62597afa
commit f2f9232b89

View file

@ -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