mediavrog / mongoid_taggable_with_context-meta

Extends mongoid_taggable_with_context by supporting to attach meta information to tags
MIT License
2 stars 2 forks source link

Orphaned Meta_Tags #2

Closed mediavrog closed 12 years ago

mediavrog commented 12 years ago

if a tag with metadata gets deleted from the plain list, the corresponding meta_tag orphans

needs more integrity

mediavrog commented 12 years ago

added after_save callback; this also means when a record is stil dirty, the metatags which were attempted to be removed may still show up until save is called on the model