Correct the resultset used for deployment
Nigel Metheringham [Fri, 24 Sep 2010 14:43:36 +0000 (15:43 +0100)]
lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod

index a214e73..3e24518 100644 (file)
@@ -94,7 +94,7 @@ is create a file called C<dbicdh/_common/deploy/1/create_artists.pl>:
 
  sub {
     my $schema = shift;
-    $schema->resultset('User')->populate([
+    $schema->resultset('Artist')->populate([
        ['name'],
        ['Marillion'],
        ['The Moutain Goats'],