I'm trying to make a page that updates my users' roles. I have a users controller and a method/action in the controller called "admin". All the admin definition does is store all the users in @users. In routes, the resource is users, and it has a collection do that gets :admin.I'm trying to make a page that updates my users