X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F04_BasicCRUD.pod;h=cd3f0c4d5ac16bf65ce8bc7dedb50a992909470f;hp=addf26d1a92a9f1baa46f10f035f94c43e0d8736;hb=61cb69fd002171a4c8a0e6c1188dc3530b918993;hpb=b66dd084987c7d2a8612ed3b3d7a9f9b8a33887d diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index addf26d..cd3f0c4 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -1110,15 +1110,6 @@ Then open C and enter the following: 1; -Then we need to tell the Result Class to to treat this as a ResultSet -Class. Open C and add the following -above the "C<1;>" at the bottom of the file: - - # - # Set ResultSet Class - # - __PACKAGE__->resultset_class('MyApp::Schema::ResultSet::Book'); - Then add the following method to the C: =head2 list_recent