ruby-settingslogic-doc

Simple settings solution for ruby (documentation)
  http://github.com/binarylogic/settingslogic
  0
  no reviews



A simple and straightforward settings solution that uses an erb enabled yaml file and a singleton design pattern.

the settings are accessible from the application by subclassing settingslogic and then accessing setting attributes from this subclass.

this package contains the documentation for ruby-settingslogic.