hook external translator model back up to the app
[catagits/catbook-code.git] / lib / LolCatalyst / Lite / Model / Translator.pm
1 package LolCatalyst::Lite::Model::Translator;
2
3 use strict;
4 use warnings;
5 use parent 'Catalyst::Model::Adaptor';
6
7 __PACKAGE__->config(
8   class => 'LolCatalyst::Lite::Translator',
9   args => {},
10 );
11
12 1;