method
third
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::Associations::CollectionAssociation
third(*args)public
No documentation available.
# File activerecord/lib/active_record/associations/collection_association.rb, line 123
def third(*args)
first_nth_or_last(:third, *args)
end