From: Jess Robinson Date: Sat, 14 Oct 2006 19:46:26 +0000 (+0000) Subject: Fix typo X-Git-Tag: v0.07003~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6d147b66644608a60d904ceb106781e1f6874d8;p=dbsrgits%2FDBIx-Class.git Fix typo --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index a9b9aaa..ec8578e 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -989,7 +989,7 @@ seperate proxy-class files for this. We would be copying all the user methods into the Admin class. There is a cleaner way to accomplish this. -Overriding the C method within the User proxy-class +Overriding the C method within the User proxy-class gives us the effect we want. This method is called by L when inflating a result from storage. So we grab the object being returned, inspect the values we are looking for,