Class: Suma::SiteConfig::Config

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/suma/site_config.rb

Class Method Summary collapse

Class Method Details

.from_file(path) ⇒ Object



24
25
26
# File 'lib/suma/site_config.rb', line 24

def self.from_file(path)
  from_yaml(File.read(path))
end