method
all_timestamp_attributes_in_model
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::Timestamp::ClassMethods
all_timestamp_attributes_in_model()public
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 72
def all_timestamp_attributes_in_model
@all_timestamp_attributes_in_model ||=
(timestamp_attributes_for_create_in_model + timestamp_attributes_for_update_in_model).freeze
end