method

touch_timestamp_attribute?

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