lib/brillo.rb in brillo-1.3.1 vs lib/brillo.rb in brillo-2.0.0.rc1
- old
+ new
@@ -37,10 +37,10 @@
Loader.new(config).load!
end
def self.config
@config ||= begin
- static_config = YAML.load_file("#{Rails.root.to_s}/config/brillo.yml").deep_symbolize_keys
+ static_config = YAML.load(ERB.new(File.read("#{Rails.root.to_s}/config/brillo.yml")).result).deep_symbolize_keys
Config.new(static_config)
end
end
def self.config=(config)