method

attribute_names_for_partial_updates

rails latest stable - Class: ActiveRecord::AttributeMethods::Dirty
attribute_names_for_partial_updates()
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 245
        def attribute_names_for_partial_updates
          partial_updates? ? changed_attribute_names_to_save : attribute_names
        end