instance method
build_batch_orders
Ruby on Rails 7.2.3
Since v7.1.6 PrivateSignature
build_batch_orders(order)
No documentation comment.
Parameters
-
orderreq
Source
# File activerecord/lib/active_record/relation/batches.rb, line 319
def build_batch_orders(order)
get_the_order_of_primary_key(order).map do |column, ord|
[column, ord || DEFAULT_ORDER]
end
end
Defined in activerecord/lib/active_record/relation/batches.rb line 319
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Batches