def destroy
      @collection.discarded? ? @collection.destroy : @collection.discard

      respond_to do |format|
        format.html { redirect_to manage_collections_path, notice: I18n.t('flash.collections.destroy.success') }