Doc patch referencing custom resultset classes
Jason Gottshal [Thu, 15 Jan 2009 20:11:43 +0000 (20:11 +0000)]
lib/Catalyst/Model/DBIC/Schema.pm

index e44324e..4209f3c 100644 (file)
@@ -175,6 +175,11 @@ resultset object:
   # using the generated class directly
   my $rs = $c->model('FilmDB::Actor');
 
+In order to add methods to a DBIC resultset, you cannot simply add them to 
+the source (row, table) definition class; you must define a separate custom 
+resultset class. See L<DBIx::Class::Manual::Cookbook/"Predefined searches"> 
+for more info.
+
 =head1 CONFIG PARAMETERS
 
 =over 4