Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/active_record_samplooper.rb

Class Method Summary collapse

Class Method Details

.sampleObject



71
72
73
# File 'lib/active_record_samplooper.rb', line 71

def sample
  offset(rand(count)).first
end

.samplerObject



76
77
78
# File 'lib/active_record_samplooper.rb', line 76

def sampler
  ActiveRecordSamplooper.(self)
end