method
new
rails 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