instance method
timestamp_column_names
Ruby on Rails 5.2.8.1
Since v4.0.13 Last seen in v5.2.8.1 PrivateSignature
timestamp_column_names()
No documentation comment.
Source
# File activerecord/lib/active_record/fixtures.rb, line 769
def timestamp_column_names
@timestamp_column_names ||=
%w(created_at created_on updated_at updated_on) & column_names
end
Defined in activerecord/lib/active_record/fixtures.rb line 769
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FixtureSet