From 673c1af5e90a925e00fe6ad7847583a1ddd53ad0 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 14 Jul 2013 12:30:46 -0700 Subject: remove freeze on APP_CONFIG for now --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index c78a814..ec25da5 100644 --- a/config/application.rb +++ b/config/application.rb @@ -18,7 +18,7 @@ end APP_CONFIG = ["defaults.yml", "config.yml"].inject({}) {|config, file| filepath = File.expand_path(file, File.dirname(__FILE__)) config.merge(File.exists?(filepath) ? YAML.load_file(filepath)[Rails.env] : {}) -}.with_indifferent_access.freeze +}.with_indifferent_access module LeapWeb class Application < Rails::Application -- cgit v1.2.3