get_slug_by_id

Function get_slug_by_id 

Source
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.