autosuggest-rb icon indicating copy to clipboard operation
autosuggest-rb copied to clipboard

Support ActAsTaggableOn

Open brodock opened this issue 12 years ago • 1 comments

The following tag plugin : https://github.com/mbleigh/acts-as-taggable-on has support for multiple "scope" usage, for example, you can have a "tag" for products that is totally different from "tags" for photos, and so on. It also has the support for more then one "different scope" of tags for the same model.

As an example, I have a model that have "tags" and "interests" both using acts_as_taggable_on.

The main difference is that instead of one table, it has two. One for the tags, and the other for the "relashion of tags, tag type and the object".

brodock avatar Dec 05 '11 23:12 brodock