method
all_timestamp_attributes
v3.1.0 -
Show latest stable
- Class:
ActiveRecord::Timestamp
all_timestamp_attributes()private
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 91
def all_timestamp_attributes #:nodoc:
timestamp_attributes_for_create + timestamp_attributes_for_update
end