How can I add errors to the User model manually?
User
Is it just @user.errors << \"some text goes here\" ?
@user.errors << \"some text goes here\"
try this:
errors.add(:base, "#{user.full_name} has errors here!")