method
touch_timestamp_attribute?
v7.0.0 -
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 252
def touch_timestamp_attribute?(column_name)
insert_all.updatable_columns.exclude?(column_name)
end