Module: Sgtn

Extended by:
Forwardable
Defined in:
lib/singleton-client.rb

Overview

:nodoc:

Constant Summary collapse

I18nBackend =
SgtnClient::I18nBackend

Class Method Summary collapse

Class Method Details

.load_config(config_file, env) ⇒ Object

load configurations from a file



12
13
14
# File 'lib/singleton-client.rb', line 12

def load_config(config_file, env)
  SgtnClient.load(config_file, env)
end