fisting indentation

This commit is contained in:
Aaron Patterson
2010-08-04 14:11:09 -07:00
parent 4da32babdf
commit 906ef233e4

View File

@@ -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?