method
find_nth_from_last
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Associations::CollectionProxy
find_nth_from_last(index)private
No documentation available.
# File activerecord/lib/active_record/associations/collection_proxy.rb, line 1113
def find_nth_from_last(index)
load_target if find_from_target?
super
end