method
max_updated_column_timestamp
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Timestamp
max_updated_column_timestamp()private
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 149
def max_updated_column_timestamp
timestamp_attributes_for_update_in_model
.map { |attr| self[attr]&.to_time }
.compact
.max
end