Method: Sequel::Model::Associations::OneToManyAssociationReflection#remove_before_destroy?

Defined in:
lib/sequel/model/associations.rb

#remove_before_destroy?Boolean

Destroying one_to_many associated objects automatically deletes the foreign key.

Returns:

  • (Boolean)
[View source]

1088
1089
1090
# File 'lib/sequel/model/associations.rb', line 1088

def remove_before_destroy?
  false
end