Revision 70ff48b4
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/DB/Vendor.pm | ||
---|---|---|
30 | 30 |
class => 'SL::DB::Business', |
31 | 31 |
column_map => { business_id => 'id' }, |
32 | 32 |
}, |
33 |
custom_variables => { |
|
34 |
type => 'one to many', |
|
35 |
class => 'SL::DB::CustomVariable', |
|
36 |
column_map => { id => 'trans_id' }, |
|
37 |
query_args => [ config_id => [ \"(SELECT custom_variable_configs.id FROM custom_variable_configs WHERE custom_variable_configs.module = 'CT')" ] ], |
|
38 |
}, |
|
39 | 33 |
); |
40 | 34 |
|
41 | 35 |
__PACKAGE__->meta->make_manager_class; |
Auch abrufbar als: Unified diff
custom_variables accessor wird jetzt vom mixin erstellt.