module FoxPage::AppParts::Configuration
Attributes
code_loader[R]
config[R]
root[R]
Private Instance Methods
load_config()
click to toggle source
# File lib/fox_page/app_parts/configuration.rb, line 40 def load_config YAML .load_file(root.join("config", "site.yml")) .to_deep_ostruct end