mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.96k stars 1.19k forks source link

Option ActsAsTaggableOn.taggings_table is not honored in version 8.1.0 #1051

Open marcelbonnet opened 2 years ago

marcelbonnet commented 2 years ago

The migrate script _add_tenant_to_taggings.acts_as_taggable_onengine.rb do not honor _ActsAsTaggableOn.taggingstable option.

Version 8.1.0

The options I tried:

ActsAsTaggableOn.tags_table = 'photo_tags'
ActsAsTaggableOn.taggings_table = 'photo_taggings'