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