Topic: what to use? (tagging)
Hi. My website integrates google maps and I would like to have the markers categorize. I want to be able to filter the markers based on the category they are from a drop down menu. Would using act as taggable plugin/gem enable me to do this or should I try my original option by creating a scaffold and linking it to the model?
I would like to assign multiple categories to each marker, which I think only act as taggable would do.