Sha256: 59f28819bd3b71da5ec36ba8c99a398ab355b8c2c2ff97d7f64e1da8d6a911c3

Contents?: true

Size: 212 Bytes

Versions: 2

Compression:

Stored size: 212 Bytes

Contents

module SharingTags::ActionView::MetaHelper

  def sharing_tags
    SharingTags.config.within_context_params(self)
  end

  def render_sharing_tags
    render template: "sharing_tags/meta_tags.html.slim"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sharing_tags-0.0.9 lib/sharing_tags/action_view/meta_helper.rb
sharing_tags-0.0.8 lib/sharing_tags/action_view/meta_helper.rb