package MojoMojo::Model::DBIC; use strict; use base 'Catalyst::Model::DBIC::Schema'; __PACKAGE__->config( schema_class => 'MojoMojo::Schema' ); #connect_info => [ # 'dbi:SQLite:db/sqlite/mojomojo.db', =head1 NAME mojomojo::Model::DBIC - Catalyst DBIC Schema Model =head1 SYNOPSIS See L =head1 DESCRIPTION L Model using schema L =head1 AUTHOR marcus,,, =head1 LICENSE This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;