rgarner / semantically-taggable

Sort-of-fork of acts_as_taggable_on, but where Tags exist in a more formal semantic Scheme
MIT License
4 stars 1 forks source link

Tag auto-creation doesn't create new tags if one exists in another scheme #18

Closed rgarner closed 13 years ago

rgarner commented 13 years ago

If a tag ruby exists in a :keywords scheme, and then we tag a resource with ruby in a subjects scheme, the subjects/ruby tag is not created.

rgarner commented 13 years ago

Opened in error; not the issue.