class ActiveRecord::Relation

Public Instance Methods

timed_interval(length, amount=1) click to toggle source
# File lib/crunchr/active_record.rb, line 65
def timed_interval(length, amount=1)
  @records = self.to_a.timed_interval(length, amount)
end