• R
    Follow-up to #10776 · 95c2fc96
    Robin Dupret 提交于
    The name `ActiveModel::AttributeAssignment::UnknownAttributeError` is
    too implementation specific so let's move the constant directly under
    the ActiveModel namespace.
    
    Also since this constant used to be under the ActiveRecord namespace, to
    make the upgrade path easier, let's avoid raising the former constant
    when we deal with this error on the Active Record side.
    95c2fc96
attribute_assignment.rb 1.5 KB