Sha256: 0874c3ee9edb76edd8f00b5aa94e8ab7976073a09007efb78d155f26b128b8ee

Contents?: true

Size: 202 Bytes

Versions: 3

Compression:

Stored size: 202 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"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sharing_tags-0.0.7 lib/sharing_tags/action_view/meta_helper.rb
sharing_tags-0.0.6 lib/sharing_tags/action_view/meta_helper.rb
sharing_tags-0.0.5 lib/sharing_tags/action_view/meta_helper.rb