summaryrefslogtreecommitdiffstats
path: root/lib/ASM/DB.pm
blob: cc9906c3f716ffd416a921f57d7b094219e86994 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
use utf8;
package ASM::DB 3;

use strict;
use warnings;

use parent 'DBIx::Class::Schema';

__PACKAGE__->load_namespaces;

1;