We want to use both tenancy and ownership for tags. When I save the tag without the owner, it properly saves the tenant. However, if I use the ownership api (e.g., @some_user.tag(@some_photo, :with => "paris, normandy", :on => :locations),) it does not set the tenant column.
We want to use both tenancy and ownership for tags. When I save the tag without the owner, it properly saves the tenant. However, if I use the ownership api (e.g.,
@some_user.tag(@some_photo, :with => "paris, normandy", :on => :locations)
,) it does not set thetenant
column.Is tenancy expected to work with ownership?
acts-as-taggable-on
version: 9.0.1