def update
        if @tracker.update_attributes(tracker_params)
          redirect_to comable.admin_tracker_path(@tracker), notice: Comable.t('successful')
        else
          flash.now[:alert] = Comable.t('failure')