method

pending_attribute_modifications

rails latest stable - Class: ActiveModel::AttributeRegistration::ClassMethods

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

pending_attribute_modifications()
private

No documentation available.

# File activemodel/lib/active_model/attribute_registration.rb, line 77
        def pending_attribute_modifications
          @pending_attribute_modifications ||= []
        end