Class: Locomotive::Steam::Adapters::Filesystem::YAMLLoaders::Page

Inherits:
Object
  • Object
show all
Includes:
Locomotive::Steam::Adapters::Filesystem::YAMLLoader
Defined in:
lib/locomotive/steam/adapters/filesystem/yaml_loaders/page.rb

Instance Attribute Summary

Attributes included from Locomotive::Steam::Adapters::Filesystem::YAMLLoader

#site_path

Instance Method Summary collapse

Methods included from Locomotive::Steam::Adapters::Filesystem::YAMLLoader

#_load, #default_locale, #initialize, #safe_yaml_load, #template_extensions

Instance Method Details

#load(scope) ⇒ Object



11
12
13
14
# File 'lib/locomotive/steam/adapters/filesystem/yaml_loaders/page.rb', line 11

def load(scope)
  super
  load_tree
end