Acts_as_taggable multiple tags lists

Hi All,
I’m trying to implement acts_as_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.

Anyone?!

Ahmad A. wrote:

Hi All,
I’m trying to implement acts_as_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.

Ahmad wrote:

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.

This may help a bit:
http://rails.techno-weenie.net/question/2006/3/6/how_to_add_user_to_acts_as_taggable