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