pub async fn get_by_exercise_id(
conn: &mut PgConnection,
exercise_id: Uuid,
) -> ModelResult<PeerOrSelfReviewConfig>
Expand description
Usually you want to use get_by_exercise_or_course_id
instead of this one.
pub async fn get_by_exercise_id(
conn: &mut PgConnection,
exercise_id: Uuid,
) -> ModelResult<PeerOrSelfReviewConfig>
Usually you want to use get_by_exercise_or_course_id
instead of this one.