Record not touched when removing associated has_many through · Issue #29078 · rails/rails

Steps to reproduce https://gist.github.com/thomasfedb/04ca6b5d476679e6550d4b849531cf42 class Post < ActiveRecord::Base has_many :taggings has_many :tags, through: :taggings end class Tagging < Acti...