package MojoMojo::Model::DBIC; use strict; use parent 'Catalyst::Model::DBIC::Schema'; __PACKAGE__->config( schema_class => 'MojoMojo::Schema' ); =head1 NAME MojoMojo::Model::DBIC - L Catalyst model =head1 SYNOPSIS See L =head1 DESCRIPTION L Model using schema in L. =head1 AUTHOR Marcus Ramberg =head1 LICENSE This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;