instance method
all_timestamp_attributes_in_model
Ruby on Rails 6.0.6
Since v3.1.12 PrivateSignature
all_timestamp_attributes_in_model()
No documentation comment.
Source
# File activerecord/lib/active_record/timestamp.rb, line 143
def all_timestamp_attributes_in_model
self.class.all_timestamp_attributes_in_model
end
Defined in activerecord/lib/active_record/timestamp.rb line 143
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Timestamp