Sha256: ec55e6655f46f2cb2b262988f3b7c5ff21db660235f6e6bbde95ad0ef0434313
Contents?: true
Size: 192 Bytes
Versions: 26
Compression:
Stored size: 192 Bytes
Contents
module Writefully module PostsHelper def publish_tag post partial = post.published_at.present? ? 'published' : 'not_published' 'writefully/posts/' + partial end end end
Version data entries
26 entries across 26 versions & 1 rubygems