search for: objecttypeb

Displaying 1 result from an estimated 1 matches for "objecttypeb".

Did you mean: objecttype
2006 Jun 28
2
acts_as_taggable multiple tags lists
..._taggable (plugin) in my application. The application has multiple object types, for each type I would like a different tags list. Also, the lists will be defined by an administrator and act as a list of value where the user can select a tag. For example: Lets assume that we have ObjectTypeA and ObjectTypeB as models in my application. I want ObjectTypeA tags to be in ObjectTypeATags table and ObjectTypeB tags in ObjectTypeBTags table. Help is appreciated.