RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: alec-c4
Site: http://alec-c4.com
Hi, i'm expecting problems with following line
(authentications.empty? || !password.blank?) && super
i cannot use super because of error
super: no superclass method `password_required?' for #<User:0xb129a20>
whats wrong?
Hi,
i'm expecting problems with following line
(authentications.empty? || !password.blank?) && super
i cannot use super because of error
super: no superclass method `password_required?' for #<User:0xb129a20>
whats wrong?