Class: Relaton::Render::IsoDoc::General

Inherits:
General
  • Object
show all
Defined in:
lib/relaton/render-isodoc/general.rb

Instance Method Summary collapse

Instance Method Details

#config_locObject



10
11
12
13
# File 'lib/relaton/render-isodoc/general.rb', line 10

def config_loc
  YAML.load_file(File.join(File.dirname(__FILE__),
                           "config.yml"))
end

#read_configObject



15
16
17
# File 'lib/relaton/render-isodoc/general.rb', line 15

def read_config
  super.deep_merge(config_loc)
end