in reply to Re^2: Add a method to a ResultSet Class in DBIx::Class?
in thread Add a method to a ResultSet Class in DBIx::Class?
I forgot to say that in my first reply, sorry.
If that namespace does not work, find out the real namespace of your resultset:
warn ref ($schema->resultset('ThreadedDB::Article'));
and then put your routines into that namespace, whatever it is.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Add a method to a ResultSet Class in DBIx::Class?
by matija (Priest) on Jan 09, 2008 at 12:41 UTC | |
by Corion (Patriarch) on Jan 09, 2008 at 14:12 UTC |