class ActiveRecord::InsertAll::Builder

def touch_timestamp_attribute?(column_name)

def touch_timestamp_attribute?(column_name)
  insert_all.updatable_columns.exclude?(column_name)
end