Method: Padrino::Helpers::AssetTagHelpers#meta_tag
- Defined in:
- padrino-helpers/lib/padrino-helpers/asset_tag_helpers.rb
permalink #meta_tag(content, options = {}) ⇒ String
Creates a meta element with the content and given options.
170 171 172 173 |
# File 'padrino-helpers/lib/padrino-helpers/asset_tag_helpers.rb', line 170 def (content, ={}) = { "content" => content }.update() tag(:meta, ) end |