My Application uses acts-as-taggable-on to tag Content
. The content belongs_to
a Company
.
Now all created tags should belong to the used company and not be visible to other companies.
How can i solve this with acts-as-taggable-on? As context i currently use :content
. Is in my case the company the Tagger (owner)?
Thanks for clarification.