Skip to content

Instantly share code, notes, and snippets.

@plu
Created November 23, 2010 16:45
Show Gist options
  • Save plu/712076 to your computer and use it in GitHub Desktop.
Save plu/712076 to your computer and use it in GitHub Desktop.
package DAO::Example::DB;
use strict;
use warnings;
use base qw/DBIx::Class::Schema/;
__PACKAGE__->load_namespaces( default_resultset_class => '+DAO::Example::DB::Base::ResultSet' );
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment