settingslogic
settingslogic copied to clipboard
variables within YML
how can i use yml key values as variables within my same yml file? for example.... defaults: &defaults theme: name: default layout_path: <%= "themes/#{Settings.theme.name}/" %>
so that Settings.theme.layout_path will output themes/default/