mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fisting indentation
This commit is contained in:
@@ -50,9 +50,9 @@ module ActiveRecord
|
||||
def find_in_batches(options = {})
|
||||
relation = self
|
||||
|
||||
if orders.present? || taken.present?
|
||||
ActiveRecord::Base.logger.warn("Scoped order and limit are ignored, it's forced to be batch order and batch size")
|
||||
end
|
||||
if orders.present? || taken.present?
|
||||
ActiveRecord::Base.logger.warn("Scoped order and limit are ignored, it's forced to be batch order and batch size")
|
||||
end
|
||||
|
||||
if (finder_options = options.except(:start, :batch_size)).present?
|
||||
raise "You can't specify an order, it's forced to be #{batch_order}" if options[:order].present?
|
||||
|
||||
Reference in New Issue
Block a user