| MojoMojo documentation | Contained in the MojoMojo distribution. |
MojoMojo::Model::DBIC - DBIC::Schema Catalyst model
See MojoMojo
Catalyst::Model::DBIC::Schema Model using schema in MojoMojo::Schema.
Marcus Ramberg <mramberg@cpan.org>
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| MojoMojo documentation | Contained in the MojoMojo distribution. |
package MojoMojo::Model::DBIC; use strict; use parent 'Catalyst::Model::DBIC::Schema'; __PACKAGE__->config( schema_class => 'MojoMojo::Schema' );
1;