instance method
third!
Ruby on Rails 4.2.9
Since v4.1.16Signature
third!()
Same as third but raises ActiveRecord::RecordNotFound if no record is found.
Source
# File activerecord/lib/active_record/relation/finder_methods.rb, line 198
def third!
find_nth! 2
end
Defined in activerecord/lib/active_record/relation/finder_methods.rb line 198
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FinderMethods