Sha256: 590953c27b6e9811d5320db408f275125d9c29e93449c707d8520cc138639ed2

Contents?: true

Size: 279 Bytes

Versions: 3

Compression:

Stored size: 279 Bytes

Contents

module SharingTags
  module ActionView
    module 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  
  end    
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sharing_tags-0.0.12 lib/sharing_tags/action_view/meta_helper.rb
sharing_tags-0.0.11 lib/sharing_tags/action_view/meta_helper.rb
sharing_tags-0.0.10 lib/sharing_tags/action_view/meta_helper.rb