X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema.pm;h=3a08e5c1cfcaf103782bc5e00c61c848d0c0e225;hb=656796f2088da66cc80f4eb127c39c923ef3c1dd;hp=72928fc57f1e32de3c707e64e7f35c2b25a76a5a;hpb=89c0a5a2dd20b4973b39b17caff0843efc8a5e60;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index 72928fc..3a08e5c 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -39,7 +39,7 @@ DBIx::Class::Schema - composable schemas then in app code - my @obj = My::DB::Foo->retrieve_all; # My::DB::Foo isa My::Schema::Foo My::DB + my @obj = My::DB::Foo->search({}); # My::DB::Foo isa My::Schema::Foo My::DB =head1 DESCRIPTION