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