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