method

record_cursor_values

rails latest stable - Class: ActiveRecord::Batches

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

record_cursor_values(record, cursor)
private

No documentation available.

# File activerecord/lib/active_record/relation/batches.rb, line 408
      def record_cursor_values(record, cursor)
        record.attributes.slice(*cursor).values
      end