method

added?

added?(attribute, message = nil, options = {})
public

Returns true if an error on the attribute with the given message is present, false otherwise. message is treated the same as for add.

p.errors.add :name, :blank
p.errors.added? :name, :blank # => true