Skip to content

Instantly share code, notes, and snippets.

@nothingmuch
Created May 7, 2009 12:24
Show Gist options
  • Select an option

  • Save nothingmuch/108073 to your computer and use it in GitHub Desktop.

Select an option

Save nothingmuch/108073 to your computer and use it in GitHub Desktop.
package Kitten::Friend::Web::Model::KiokuDB;
use Moose;
use Kitten::Friend::Model::KiokuDB;
BEGIN { extends qw(Catalyst::Model::KiokuDB) }
has '+model_class' => ( default => "Kitten::Friend::Model::KiokuDB" );
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment