Module: Nthrecord::ActiveRecord::Base

Included in:
ActiveRecord::Base
Defined in:
lib/nthrecord.rb

Instance Method Summary collapse

Instance Method Details

#nthrecord(input = nil) ⇒ Object



53
54
55
# File 'lib/nthrecord.rb', line 53

def nthrecord(input = nil)
  relation.nthrecord(input)
end