You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
class UsersController < ApplicationController
def archive
user = User.find(params[:id])
user.archived = true
user.save
respond_to do |format|
format.html { redirect_to :back}
end
end
end
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
link_to_remove is not deleted vale only hide that so when we update that send hide value in parameter so my races is not updated,
So i want remove that value after click the Remove field.
Please help me
The text was updated successfully, but these errors were encountered: