Settings Plugin
Plugin Details
Settings is a plugin that makes managing a table of global key, value pairs easy. Think of it like a global Hash stored in you database, that uses simple ActiveRecord like methods for manipulation. Keep track of any global setting that you dont want to hard code into your rails app. You can store any kind of object. Strings, numbers, arrays, or any object.- Website : http://beautifulpixel.com/articles/2006/02/25/settings-plugin
- Repository : http://beautifulpixel.com/svn/plugins/settings/
- Author : Alex Wayne
- Tags : Settings
- License : LicenseMIT
Install Settings Plugin
ruby script/plugin install http://beautifulpixel.com/svn/plugins/settings/