Skip to content

Commit f77d62a

Browse files
Fix method name in outdated documentation
This method was renamed in the past (#683), but the relevant documentation still has the old method name. Co-authored-by: Cristina <[email protected]>
1 parent 7cf249f commit f77d62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/deleting-content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class RemoveYourEdition < ActiveRecord::Migration
2525
def up
2626
editions = Edition.where(id: 123)
2727

28-
Helpers::DeleteContent.destroy_supporting_objects(editions)
28+
Helpers::DeleteContent.destroy_edition_supporting_objects(editions)
2929

3030
editions.destroy_all
3131
end

0 commit comments

Comments
 (0)