public
Description: Rails plugin: supports dynamic configuration for any class or model (does not depend on ActiveRecord).
Homepage: http://rpheath.com/posts/357-rails-plugin-acts-as-configurable
Clone URL: git://github.com/rpheath/acts_as_configurable.git
added disclaimer
rpheath (author)
Tue Oct 28 05:54:24 -0700 2008
commit  0e5c4440e8dbf03a8a008afe22332387080a2c32
tree    df2b66851e53c2a24a3a763ff84a926a1c20e009
parent  e259ac022230cab41a957a3e29de9c7cd3ae6c41
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+# ==========================================================================================
0
+# The Configuration class was originally written by Chris Scharf (http://tiny.scharfie.com);
0
+# You can find his original post about it on the slate blog.
0
+# (http://slateinfo.blogs.wvu.edu/blog/2007/10/29/custom-configuration-settings-made-easy)
0
+# ==========================================================================================
0
 module RPH
0
   module ActsAsConfigurable
0
     module ClassMethods

Comments