forty_two(*args)
public
Same as first
except returns only the forty second
record. Also known as accessing “the reddit”.
# File activerecord/lib/active_record/associations/collection_proxy.rb, line 196
def forty_two(*args)
@association.forty_two(*args)
end