class Sequel::Model::Associations::AssociationReflection

def remove_before_destroy?

being destroyed in order to preserve referential integrity.
Whether associated objects need to be removed from the association before
def remove_before_destroy?
  true
end