module Conflate

This class wraps around the YAML files and performs the parsing/applying of the config values read from them.

Scans for YAML files in the config directory and parses them for configuration values. For example, imagine the file below:

# foo.yml
thing1: "qwerty"
thing2: "asdf"

It will add foo.thing1 and foo.thing2 to Rails.application.config with the values from foo.yml

Constants

VERSION