You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is tenancy expected to work with ownership?
acts-as-taggable-on version: 9.0.1
The text was updated successfully, but these errors were encountered:
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.1The text was updated successfully, but these errors were encountered: