Sha256: c42fd186418a37753771c5dbf536bc43f15c51c9c4612f5796c7fe906788cb34
Contents?: true
Size: 95 Bytes
Versions: 160
Compression:
Stored size: 95 Bytes
Contents
module PostsHelper def join_tags(post) post.tags.map { |t| t.name }.join(", ") end end
Version data entries
160 entries across 121 versions & 19 rubygems