method
attributes_with_values_for_update
rails latest stable - Class:
ActiveRecord::AttributeMethods
attributes_with_values_for_update(attribute_names)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 459
def attributes_with_values_for_update(attribute_names)
attributes_with_values(attributes_for_update(attribute_names))
end