Skip to content

Instantly share code, notes, and snippets.

@dfranciosi
Created April 1, 2015 13:10
Show Gist options
  • Save dfranciosi/2e09ba8c7e3015c293d6 to your computer and use it in GitHub Desktop.
Save dfranciosi/2e09ba8c7e3015c293d6 to your computer and use it in GitHub Desktop.
def page_meta
[
build_meta(name: 'WT.z_cg_type'
]
end
def build_meta(name:, property: nil, content:)
{
name: name,
property: property,
content: content
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment