def destroy
    @content.destroy
    respond_to do |format|
      if @content.destroyed?
        format.html { destroy_redirect @content, notice: 'Content was successfully destroyed.' }