Hi
I am new to rails, and I have no idea how to make properties in a settings file that I can read from my rails application. I have this code:
Time.now.advance(:days => -7)
I would like it to be configurable, so that I can configure it to be (:months => -2) or what ever I like. How do I do this in rails?
Thank you