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