Dennis Daupert wrote:
> Grrrrrrrr. I had this working, but changed code to use integer values
> that reference another table, now getting error msg:
>
> "Can't locate object method "add_to_user_quotes" via package
> "Catapult::Model::CatapultDB::Quotes"
> "../lib/Catapult/Controller/Text/Quote.pm line 233."
> package Catapult::Schema::CatapultDB::Quotes;
> __PACKAGE__->has_many(map_user_quotes =>
> 'Catapult::Schema::CatapultDB::UserQuotes', 'quote_id');
add_to_map_user_quotes, perhaps?
--
Matt S Trout Offering custom development, consultancy and support
Technical Director contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information
+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/