method
pending_attribute
v7.1.3.2 -
Show latest stable
- Class:
ActiveModel::AttributeRegistration::ClassMethods
pending_attribute(name)private
No documentation available.
# File activemodel/lib/active_model/attribute_registration.rb, line 43
def pending_attribute(name)
@pending_attributes ||= {}
@pending_attributes[resolve_attribute_name(name)] ||= PendingAttribute.new
end