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