module ActiveRecord::AutosaveAssociation
def destroyed_by_association=(reflection)
Records the association that is being destroyed and destroying this
def destroyed_by_association=(reflection) @destroyed_by_association = reflection end
def destroyed_by_association=(reflection) @destroyed_by_association = reflection end