Yuki Kimoto cleanup test
4067c45 12 years ago
1 contributor
12 lines | 0.183kb
package MyModel5::table1_1;

use strict;
use warnings;

use base 'MyModel5';

__PACKAGE__->attr(table => 'table2');

__PACKAGE__->attr('primary_key' => sub { ['key1', 'key2'] });

1;