d7154d4832
1 2 3 4 5
module PostsHelper def join_tags(post) post.tags.map { |t| t.name }.join(", ") end end