pub async fn get_slug_by_id(
conn: &mut PgConnection,
course_language_group_id: Uuid,
) -> ModelResult<Option<String>>Expand description
Returns the slug for a course language group, or None if not found or deleted.
pub async fn get_slug_by_id(
conn: &mut PgConnection,
course_language_group_id: Uuid,
) -> ModelResult<Option<String>>Returns the slug for a course language group, or None if not found or deleted.