def answer_approved_email_user
    unless @question.has_approved_answer?
      redirect_to edit_admin_question_path(@question), alert: t('app.questions.edit.answer_not_approved')
    else
      ModerationMailer.answer_approved_user_email(@question).deliver