You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: