Adding comments with gem/ Ruby on Rails
问题 I have been learning some RoR and I have just created my first web application, a photosharing site that is basically a Pinterest copy. Now I am trying to add more functionality and I would like if users would be able to comment pins. I'm using the Commontator Gem: https://github.com/lml/commontator/blob/master/README.md The only problem is that I don't know where to put <%= commontator_thread(commontable) %> in my show.html.erb file. I have tried many different places but for some reason it