]> Dogcows Code - chaz/chatty/blob - lib/Chatty/Schema.pm
add comet support for real-time chatting
[chaz/chatty] / lib / Chatty / Schema.pm
1 use utf8;
2 package Chatty::Schema;
3
4 # Created by DBIx::Class::Schema::Loader
5 # DO NOT MODIFY THE FIRST PART OF THIS FILE
6
7 use Moose;
8 use MooseX::MarkAsMethods autoclean => 1;
9 extends 'DBIx::Class::Schema';
10
11 __PACKAGE__->load_namespaces;
12
13
14 # Created by DBIx::Class::Schema::Loader v0.07015 @ 2012-01-03 16:46:04
15 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Kti71GT2ETr1GjBJljQ1Zg
16
17
18 # You can replace this text with custom code or comments, and it will be preserved on regeneration
19 __PACKAGE__->meta->make_immutable(inline_constructor => 0);
20 1;
This page took 0.033208 seconds and 5 git commands to generate.