Fixing gem name

This commit is contained in:
Rodrigo Flores 2012-05-09 18:04:40 -03:00
parent 2e50204700
commit bb6d7334d0
1 changed files with 1 additions and 1 deletions

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)