--- In [email protected], "Arie Kusuma Atmaja" <[EMAIL PROTECTED]> wrote: > > 2008/5/19 monica <[EMAIL PROTECTED]>: > > > tapi pas mau buat user lewat console kenapa error y...errornya tu > > "uninitialized constant SHA1"... > > > > mang pas di user.rb di method self.encrypted_password(password,salt) > > ada Digest :: SHA1.hexdigest(string_to_hash) > > > > apa method itu yg salah??? > > Anda butuh require dulu library ybs di paling atas file model tsb. > > require 'digest/sha1' > > Blog http://tinyurl.com/2bjgvn >
> >maaf kak tanya lagi... >saya uda tambahin require 'digest/sha1' d user.rb yg di model tapi ko malah muncul error undefined local variable or method 'login' for AccountController :Class

