method

timestamps_for_create

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: InsertAll
timestamps_for_create() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/insert_all.rb, line 181
      def timestamps_for_create
        model.all_timestamp_attributes_in_model.index_with(connection.high_precision_current_timestamp)
      end
Register or log in to add new notes.