method

attribute_names_for_partial_writes

rails latest stable - Class: ActiveRecord::AttributeMethods::Dirty

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

attribute_names_for_partial_writes()
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 206
        def attribute_names_for_partial_writes
          partial_writes? ? changed_attribute_names_to_save : attribute_names
        end