Open cblock opened 11 years ago
This method simply removes a tag from all selected records:
Foo.delete_tags('tag name') Foo.delete_colors('tag name') Foo.where(name: 'some name').delete_tags('tag name')
Can't wait for the pull request!
Posted a workaround to issue #6.
This method simply removes a tag from all selected records: