Dieter S.

Results 1 comments of Dieter S.

looks like a regression within rails, I was able to workaround via: ```ruby # 20220319093244_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb # t.references :tag, foreign_key: { to_table: ActsAsTaggableOn.tags_table } t.references :tag, foreign_key: { to_table: ActsAsTaggableOn.tags_table },...