diff options
author | Xavier Noria <fxn@hashref.com> | 2016-07-14 09:42:10 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2016-07-14 09:42:10 +0200 |
commit | 5494af0c0f087a959c7f50e6689ff540cedef130 (patch) | |
tree | 89108237020a7f9f87aa794a59d8d87fb00fc0e6 /activerecord/lib/active_record/relation | |
parent | 07d3b588df7c919c07e2a73350e354207a9871ef (diff) | |
download | rails-5494af0c0f087a959c7f50e6689ff540cedef130.tar.gz rails-5494af0c0f087a959c7f50e6689ff540cedef130.tar.bz2 rails-5494af0c0f087a959c7f50e6689ff540cedef130.zip |
small reword [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/relation')
-rw-r--r-- | activerecord/lib/active_record/relation/batches.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/lib/active_record/relation/batches.rb b/activerecord/lib/active_record/relation/batches.rb index 2b5c6fc739..20ed4526b0 100644 --- a/activerecord/lib/active_record/relation/batches.rb +++ b/activerecord/lib/active_record/relation/batches.rb @@ -34,7 +34,7 @@ module ActiveRecord # * <tt>:start</tt> - Specifies the primary key value to start from, inclusive of the value. # * <tt>:finish</tt> - Specifies the primary key value to end at, inclusive of the value. # * <tt>:error_on_ignore</tt> - Overrides the application config to specify if an error should be raised when - # the order has to be ignored due to batching. + # an order is present in the relation. # # Limits are honored, and if present there is no requirement for the batch # size, it can be less than, equal, or greater than the limit. @@ -93,7 +93,7 @@ module ActiveRecord # * <tt>:start</tt> - Specifies the primary key value to start from, inclusive of the value. # * <tt>:finish</tt> - Specifies the primary key value to end at, inclusive of the value. # * <tt>:error_on_ignore</tt> - Overrides the application config to specify if an error should be raised when - # the order has to be ignored due to batching. + # an order is present in the relation. # # Limits are honored, and if present there is no requirement for the batch # size, it can be less than, equal, or greater than the limit. @@ -157,7 +157,7 @@ module ActiveRecord # * <tt>:start</tt> - Specifies the primary key value to start from, inclusive of the value. # * <tt>:finish</tt> - Specifies the primary key value to end at, inclusive of the value. # * <tt>:error_on_ignore</tt> - Overrides the application config to specify if an error should be raised when - # the order has to be ignored due to batching. + # an order is present in the relation. # # Limits are honored, and if present there is no requirement for the batch # size, it can be less than, equal, or greater than the limit. |