ruby-settingslogic

simple settings solution for Ruby
  https://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.