Skip to content

Commit

Permalink
Fix method name in outdated documentation
Browse files Browse the repository at this point in the history
This method was renamed in the past (#683), but the relevant documentation
still has the old method name.

Co-authored-by: Cristina <[email protected]>
  • Loading branch information
jkempster34 and CristinaRO committed Jul 13, 2023
1 parent d035376 commit 34134d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deleting-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class RemoveYourEdition < ActiveRecord::Migration
def up
editions = Edition.where(id: 123)

Helpers::DeleteContent.destroy_supporting_objects(editions)
Helpers::DeleteContent.destroy_edition_supporting_objects(editions)

editions.destroy_all
end
Expand Down

0 comments on commit 34134d1

Please sign in to comment.