class PageMeta::MetaTag::HttpEquiv

Public Instance Methods

render() click to toggle source
# File lib/page_meta/meta_tag.rb, line 45
def render
  return if content.blank?

  helpers.tag(:meta, "http-equiv" => name, content:)
end