method
find_nth_from_last
v8.1.1 -
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 1163
def find_nth_from_last(index)
load_target if find_from_target?
super
end