third(*args)
Same as first except returns only the third record.
# File activerecord/lib/active_record/associations/collection_proxy.rb, line 180 def third(*args) @association.third(*args) end