Module: SharingTags::ActionView::MetaHelper

Defined in:
lib/sharing_tags/action_view/meta_helper.rb

Instance Method Summary collapse

Instance Method Details

#render_sharing_tagsObject Also known as: sharing_meta_tags



8
9
10
# File 'lib/sharing_tags/action_view/meta_helper.rb', line 8

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

#sharing_tagsObject



4
5
6
# File 'lib/sharing_tags/action_view/meta_helper.rb', line 4

def sharing_tags
  SharingTags.config.within_context_params(self)
end