Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/active_record_samplooper.rb
Class Method Summary collapse
Class Method Details
.sample ⇒ Object
71 72 73 |
# File 'lib/active_record_samplooper.rb', line 71 def sample offset(rand(count)).first end |
.sampler ⇒ Object
76 77 78 |
# File 'lib/active_record_samplooper.rb', line 76 def sampler ActiveRecordSamplooper.(self) end |