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