method
find_by!
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::FinderMethods
find_by!(arg, *args)public
Like #find_by, except that if no record is found, raises an ActiveRecord::RecordNotFound error.
find_by!(arg, *args)Like #find_by, except that if no record is found, raises an ActiveRecord::RecordNotFound error.