-
act_as_taggable - removing tags from stories
Hey,
I've been working through Simply Rails 2 and using act_as_taggable_on_steroids
I would like to remove an individual tag from a story in the following way..
When a user clicks the X that tag is removed
tagA 'X' tagb 'X'
I'm guessing I would need to send the story Id and the tag name e.g. tagA via a link to a delete method in the tags_controller but I'm lost on how.
Thanks for any replies!!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks