Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/in_batches/active_record_extensions.rb
Class Method Summary collapse
Class Method Details
.in_batches(*args) ⇒ Object
7 8 9 |
# File 'lib/in_batches/active_record_extensions.rb', line 7 def self.in_batches(*args) where('').in_batches(*args) end |