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