def create
    @student_comment = StudentComment.new(student_comment_params)

    if @student_comment.save
      redirect_to student_path(student_comment_params[:student_id])