search for: tag_to_delete

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

2006 Jan 22
1
direct sql "delete from"
I was thinking, if I don''t manage to figure out the problem with acts_as_taggable, that I could untag objects via a direct SQL DELETE on the tag join table (something like "where tag_id = tag_to_delete and user_id = current_user"). Are there any dangers to this approach? martin