Class: ConstConf::Railtie
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- ConstConf::Railtie
- Defined in:
- lib/const_conf/railtie.rb
Overview
A Railtie implementation that integrates ConstConf with Rails application initialization.
This class ensures that configuration settings defined through ConstConf are properly reloaded and synchronized when the Rails application prepares its configuration, maintaining thread safety during the process.