Class: CConfig::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/cconfig/railtie.rb

Overview

This class will set up this gem for Ruby on Rails:

- On initialization this Railtie will set the `APP_CONFIG` global
  constant with the resulting merged values of the configuration.
- The `cconfig:info` rake task will be loaded.