RailsCasts Pro episodes are now free!

Learn more or hide this

Alexey Poimtsev's Profile

GitHub User: alec-c4

Site: http://alec-c4.com

Comments by Alexey Poimtsev

Avatar

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?