X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRelationship.pm;h=26a07ef0e6955394e73e03dbaca5f5ac5175c1c5;hb=b3577eaeda963fc6f869378cd741042ae6274666;hp=8b730ffc5ef6084352b673c471971523033a6c66;hpb=a47f273b2b06bd8709d6d7cff6ad63090074204f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Relationship.pm b/lib/DBIx/Class/Relationship.pm index 8b730ff..26a07ef 100644 --- a/lib/DBIx/Class/Relationship.pm +++ b/lib/DBIx/Class/Relationship.pm @@ -72,7 +72,7 @@ we can do this instead: my $fredsbooks = $schema->resultset('Author')->find({ Name => 'Fred' })->books; Each relationship sets up an accessor method on the -L objects that represent the items +L objects that represent the items of your table. From L objects, the relationships can be searched using the "search_related" method. In list context, each returns a list of Result objects for the related class,