Skip to content

Commit a788016

Browse files
committed
drop: removed destroy for namespace parent
1 parent 9be6392 commit a788016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/concerns/namespace_parent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module NamespaceParent
44
extend ActiveSupport::Concern
55

66
included do
7-
has_one :namespace, as: :parent, dependent: :destroy
7+
has_one :namespace, as: :parent
88
end
99

1010
def ensure_namespace

0 commit comments

Comments
 (0)