search for: how_to_add_user_to_acts_as_tagg

Displaying 2 results from an estimated 2 matches for "how_to_add_user_to_acts_as_tagg".

2006 Jun 28
2
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
2006 Apr 20
2
acts_as_taggable magic.... please explain
Hi, There is a line in acts_as_taggable plugin: send(acts_as_taggable_options[:from]).tags.find_or_create_by_name(name).on(self) could someone explain what is: send(xxx) and .on(self) I cannot find it rDoc -- Posted via http://www.ruby-forum.com/.