instance method record_cursor_values

Ruby on Rails 8.0.4

Since v8.0.4 Private — implementation detail, not part of the public API

Available in: v8.0.4 v8.1.2

Signature

record_cursor_values(record, cursor)

No documentation comment.

Parameters

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

Defined in activerecord/lib/active_record/relation/batches.rb line 408 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Batches

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close