Oshuma / app_config

Simple Ruby framework-agnostic application configuration.
http://oshuma.github.io/app_config/
MIT License
20 stars 7 forks source link

Allow 'true' boolean option to setup storage using defaults. #22

Closed Oshuma closed 11 years ago

Oshuma commented 11 years ago

For example, this would use the default storage options for Mongo:

AppConfig.setup!(mongo: true)