Class: Benoit::CurrentSite
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Benoit::CurrentSite
- Defined in:
- lib/benoit/current_site.rb
Class Method Summary collapse
Class Method Details
.load ⇒ Object
5 6 7 8 |
# File 'lib/benoit/current_site.rb', line 5 def self.load context_hash = PageMetadata::SiteContextConverter.export new(Benoit::SiteContext.from_hash(context_hash)) end |