method

attribute_names_for_partial_writes

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods::Dirty
attribute_names_for_partial_writes() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 216
        def attribute_names_for_partial_writes
          partial_writes? ? changed_attribute_names_to_save : attribute_names
        end
Register or log in to add new notes.