method
find_nth
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::FinderMethods
find_nth(index)private
No documentation available.
# File activerecord/lib/active_record/relation/finder_methods.rb, line 516
def find_nth(index)
@offsets[offset_index + index] ||= find_nth_with_limit(index, 1).first
end