method
touch_timestamp_attribute?
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::InsertAll::Builder
touch_timestamp_attribute?(column_name)private
No documentation available.
# File activerecord/lib/active_record/insert_all.rb, line 182
def touch_timestamp_attribute?(column_name)
update_duplicates? && !insert_all.updatable_columns.include?(column_name)
end