On Sat, Aug 21, 2004 at 06:49:40PM -0700, Jim Blomo wrote:
> I'm using the factory templates to manipulate the data, and the only
> customization to the class has been putting in its relationship to UserType and adding sub stringify_self { shift->username; }.
I fixed this by simply using the
__PACKAGE__->columns(Stringify => 'username');
but beware using stringify in the future, I guess.
Jim