[Catalyst] Configuring individual models via config file with DBIx::Class:Schema

2010-03-22 Thread Alan Schwartz
I have an application using DBIx::Class::Schema. In the application config file, I have: schema_class MyApp::Schema ...various necessary stuff here... someattribute value anotherattribute anothervalue The first two of these blocks do what I expect -- my models get build from th

Re: [Catalyst] Configuring individual models via config file with DBIx::Class:Schema

2010-03-24 Thread Tomas Doran
On 22 Mar 2010, at 19:15, Alan Schwartz wrote: I have an application using DBIx::Class::Schema. In the application config file, I have: schema_class MyApp::Schema ...various necessary stuff here... someattribute value anotherattribute anothervalue The first two of these blocks