I am currently having some trouble with the Model.tag_counts_on() method in the acts_as_taggable_on plugin in Rails. I can’t find real documentation on the method and I want to know more about the parameters it accepts. I am trying to get tag counts on a subset of tags, not the whole set of tags on my application, how would I go about doing this?
I am currently having some trouble with the Model.tag_counts_on() method in the acts_as_taggable_on plugin
Share
Assuming that you are using
mbleigh/acts-as-taggable-onThis is the master branch of the gem in which the method appears in.
I would examine the conditions and on parameters.