method

touch_timestamp_attribute?

rails latest stable - Class: ActiveRecord::InsertAll::Builder
touch_timestamp_attribute?(column_name)
private

No documentation available.

# File activerecord/lib/active_record/insert_all.rb, line 295
          def touch_timestamp_attribute?(column_name)
            insert_all.updatable_columns.exclude?(column_name)
          end