summary refs log tree commit diff
path: root/lib/jitterbug/Schema.pm
blob: 5b42275b7719e51fa30df956e03ea8d93836a146 (plain) (blame)
1
2
3
4
5
6
7
8
package jitterbug::Schema;
use base qw/DBIx::Class::Schema/;

our $VERSION = '2';

__PACKAGE__->load_namespaces();

1;