method
timestamps_for_create
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::InsertAll
timestamps_for_create()private
No documentation available.
# File activerecord/lib/active_record/insert_all.rb, line 221
def timestamps_for_create
model.all_timestamp_attributes_in_model.index_with(connection.high_precision_current_timestamp)
end