This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Drop this into config/initializers | |
# The resource being consumed should honour the :page parameter (works great with will_paginate) | |
module ActiveResource | |
module Batches | |
module ClassMethods | |
def find_each(options = {}) | |
find_in_batches(options) do |batch| | |
batch.each do |entry| |