There's no documentation for this item.
Source Code
# File active_record/fixtures.rb, line 671 def timestamp_column_names @timestamp_column_names ||= %w(created_at created_on updated_at updated_on).select do |name| column_names.include?(name) end end
<code/>and<pre/>for code samples.