Permanent variable in Rails
问题 Lets say that on top of my Rails app there is a bar with piece of text displayed - latest hot deal, scheduled downtime notfication, something like that. It's a single, on of a kind information that needs to be accessed on basically every request, and may be updated from time to time. What is the best way to achieve this? What I'd like to do is some kind of permanent global variable (accessible from controllers). It will be updated very rarely, so there's no problem if for some time after