def update
    @comment = Comment.find(params[:id])
    authorize @comment
    if @comment.update(comment_params)
      render 'api/v1/comments/show', status: :success