Class: Relaton::Render::IsoDoc::General
- Inherits:
-
General
- Object
- General
- Relaton::Render::IsoDoc::General
- Defined in:
- lib/relaton/render/general.rb
Instance Method Summary collapse
Instance Method Details
#config_loc ⇒ Object
7 8 9 |
# File 'lib/relaton/render/general.rb', line 7 def config_loc YAML.load_file(File.join(File.dirname(__FILE__), "config.yml")) end |
#read_config ⇒ Object
11 12 13 |
# File 'lib/relaton/render/general.rb', line 11 def read_config super.deep_merge(config_loc) end |