Class: Eco::API::Common::Loaders::Session
- Defined in:
- lib/eco/api/common/loaders/config/session.rb
Class Method Summary collapse
-
.config ⇒ Object
This is a config tied to the current environment session.
Class Method Details
.config ⇒ Object
This is a config tied to the current environment session.
4 5 6 7 8 |
# File 'lib/eco/api/common/loaders/config/session.rb', line 4 def config return @config if instance_variable_defined?(:@config) @config = super(key: super.apis.active_root_name) end |