There was an error while loading. Please reload this page.
1 parent d309d9c commit bb1c88aCopy full SHA for bb1c88a
lib/cms/behaviors/soft_deleting.rb
@@ -91,7 +91,7 @@ def mark_as_deleted!
91
end
92
93
def destroy!
94
- transaction { super.destroy }
+ transaction { super }
95
96
97
def destroyed?
0 commit comments