Oshuma / app_config

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

NameError if AppConfig.save! is called before AppConfig.setup! #25

Closed Oshuma closed 11 years ago

Oshuma commented 11 years ago
app_config-2.1.3/lib/app_config.rb:58:in `storage': uninitialized class variable @@storage in AppConfig (NameError)

This should raise AppConfig::Error::NotSetup.