X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FBasicCRUD.pod;h=87ee0860ce29913fe07f6e706f580553bd3bd167;hb=eb60cd8eed4bac9d15899706924c5c84fb07eab2;hp=75eb95e46c9630753b1a838b66ac3f1b772c9fc3;hpb=8df786038087f3c31a62dc7163c81b1f69270447;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod index 75eb95e..87ee086 100644 --- a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod @@ -415,7 +415,8 @@ This method first deletes the book with the specified primary key ID. However, it also removes the corresponding entry from the C table. Note that C was used instead of C: whereas C also removes the join table entries in -C, C does not. +C, C does not (only use C if you +really need the cascading deletes... otherwise you are wasting resources). Then, rather than forwarding to a "delete done" page as we did with the earlier create example, it simply sets the C to display a