We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fc0b6 commit 6ff8062Copy full SHA for 6ff8062
source/reference/associations.txt
@@ -1291,7 +1291,7 @@ The child may become orphaned if it is ordinarily only referenced via the parent
1291
label.bands.push(Band.first)
1292
label.delete # Raises an error since bands is not empty.
1293
1294
- Band.first.delete # Will delete all associated albums.
+ Band.first.destroy # Will delete all associated albums.
1295
1296
1297
Autosaving
0 commit comments