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