UnderpantsGnome / config_reader

Provides a way to manage environment specific configuration settings.

This URL has Read+Write access

config_reader / sample_config.rb
100644 4 lines (4 sloc) 0.083 kb
1
2
3
4
class SampleConfig < ConfigReader
  @@config = nil
  CONFIG_FILE = 'sample.yml'
end