Class: Suma::SiteConfig::Config
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- Suma::SiteConfig::Config
- 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 |