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

Fixing gem name

This commit is contained in:
Rodrigo Flores 2012-05-09 18:04:40 -03:00
parent 2e50204700
commit bb6d7334d0

View file

@ -202,7 +202,7 @@ module Devise
@@router_name = nil
def self.encryptor=(value)
warn "\n[DEVISE] To select a encryption which isn't bcrypt, you should use devise_encryptable gem.\n"
warn "\n[DEVISE] To select a encryption which isn't bcrypt, you should use devise-encryptable gem.\n"
end
def self.use_salt_as_remember_token=(value)