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

Set MetaData for existing tag #3

Open mediavrog opened 12 years ago

mediavrog commented 12 years ago

it should not create duplicate metatags, if add_tag_with_meta is called with a present tag.

tags tags_array tags_including_meta

should all return the tags without duplicates, as this is the standard behaviour of taggable_with_context

mediavrog commented 12 years ago

only t.tags_array seems to "misbehave" right now