Flowdock
method

add

Importance_1
v2.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::Errors
add(attribute, message = nil, options = {}) public

Adds an error message (messsage) to the attribute, which will be returned on a call to on(attribute) for the same attribute and ensure that this error object returns false when asked if empty?. More than one error can be added to the same attribute in which case an array will be returned on a call to on(attribute). If no messsage is supplied, :invalid is assumed. If message is a Symbol, it will be translated, using the appropriate scope (see translate_error).

Show source
Register or log in to add new notes.