method

find_by!

find_by!(*args)
public

No documentation available.

# File activerecord/lib/active_record/core.rb, line 303
      def find_by!(*args) # :nodoc:
        find_by(*args) || where(*args).raise_record_not_found_exception!
      end