21 22 23
# File 'app/models/monologue/post.rb', line 21 def tag_list self.tags.map { |tag| tag.name }.join(", ") if self.tags end