How to use a class to add and remove values to / from cookies in Ruby on Rails?
The users of my Rails app tend to have multiple accounts to login. Cookies are used to store the names of those accounts in each user’s browser as comma separated values. This makes it easier for my users to switch between accounts.