I have a settings
table with two fields, key
and value
. Now, while creating an administration section for it I want to be able to edit all settings at once.
Is there a "Rails (3) way" to do this that will save me some time?
I have a settings
table with two fields, key
and value
. Now, while creating an administration section for it I want to be able to edit all settings at once.
Is there a "Rails (3) way" to do this that will save me some time?