def destroy
      if @resource.destroy
        redirect_to admin_conference_resources_path(conference_id: @conference.short_title),
                    notice: 'Resource successfully destroyed.'
      else