I want to store a single variable across all my users in a rails application.
- This variable is just an integer that can change sometimes.
- I want it to persist across different launch of the server.
- I want any controller to be able to change (and persist) the value
It sounds really easy to do, but I can't find any tool that would do it for me...