01_load_config.rb 129 Bytes Edit Raw Blame History 1 2 file = Rails.root.join('config', 'noosfero.yml') NOOSFERO_CONF = File.exists?(file) ? YAML.load_file(file)[RAILS_ENV] || {} : {}