module ActiveModel::AttributeRegistration::ClassMethods

def _default_attributes # :nodoc:

:nodoc:
def _default_attributes # :nodoc:
  @default_attributes ||= AttributeSet.new({}).tap do |attribute_set|
    apply_pending_attribute_modifications(attribute_set)
  end
end