Hi, In my Rails app, I have some parameters whose values change only infrequently. These parameters are used in computations. Where is the place for data like this -- data that is particular to the application?
On the one hand, I might think a flat file (yaml) is appropriate, but maybe I shouldn't sacrifice the benefit of modeling my parameters as seed data in the seed.rb file. Thanks for any comment, Grar -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

