require 'config_reader'

class SiteConfig < ConfigReader
  self.config_file = './config/settings.yml'
end
