Skip to content

Commit

Permalink
model kiokudb
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuny committed May 13, 2009
1 parent 7dddfd4 commit f6171c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/MyFeedReader/Model/KiokuDB.pm
@@ -0,0 +1,8 @@
package MyFeedReader::Model::KiokuDB;
use Moose;

BEGIN { extends qw(Catalyst::Model::KiokuDB) }
1;
# this is probably best put in the catalyst config file instead:
#__PACKAGE__->config( dsn => "bdb:dir=root/db" );

0 comments on commit f6171c7

Please sign in to comment.