method
new
v6.1.3.1 -
Show latest stable
- Class:
ActiveModel::DeprecationHandlingMessageArray
new(content, errors, attribute)public
No documentation available.
# File activemodel/lib/active_model/errors.rb, line 639
def initialize(content, errors, attribute)
@errors = errors
@attribute = attribute
super(content.freeze)
end