## READ ME I have a user model (restful_authentication) and would like a manager to be able to update the status of his users all at once. The users have three different statuses: active, inactive, guest. Guest is the default. Using radio buttons I would like the manager to have free reign over how many users update at any one time. There is a way to do this using loops, but that can get expensive quickly so I am looking for a better method.