# File lib/active_record/relation/finder_methods.rb, line 128
    def first!
      first or raise RecordNotFound
    end