method
new
v6.1.7.7 -
Show latest stable
- Class:
ActiveModel::DeprecationHandlingMessageHash
new(errors)public
No documentation available.
# File activemodel/lib/active_model/errors.rb, line 600
def initialize(errors)
@errors = errors
super(prepare_content)
end