class ActiveRecord::Associations::NestedError
Public Class Methods
Calls superclass method
ActiveModel::NestedError::new
# File activerecord/lib/active_record/associations/nested_error.rb, line 8 def initialize(association, inner_error) @base = association.owner @association = association @inner_error = inner_error super(@base, inner_error, { attribute: compute_attribute(inner_error) }) end