method
attribute_names_for_partial_writes
rails latest stable - Class:
ActiveRecord::AttributeMethods::Dirty
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