Skip to content

Acts_As_Taggable with User

Good step by step guide by Ben to adding user ids to the acts as taggable plugin.

The article fails a little short of covering all bases:

  1. the tag_list method doesn’t take the user into account
  2. the delete tags isn’t linked to a user

but, it is a good start.