Initial auth example, something is a bit wonky with the session?
[catagits/Web-Simple.git] / examples / auth / lib / AuthApp / Schema.pm
1 package AuthApp::Schema;
2
3 use base 'DBIx::Class::Schema';
4
5 __PACKAGE__->load_namespaces();
6
7 1;