Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 36927d81

Von G. Richardson vor mehr als 7 Jahren hinzugefügt

  • ID 36927d8104524417b388021e598db886ae1569c2
  • Vorgänger ceef2f6e
  • Nachfolger ee8cd38f

PartsGroup - Rose relationship für parts

Unterschiede anzeigen:

SL/DB/PartsGroup.pm
14 14
    type                  => 'many to many',
15 15
    map_class             => 'SL::DB::CustomVariableConfigPartsgroup',
16 16
  },
17
  parts          => {
18
    type         => 'one to many',
19
    class        => 'SL::DB::Part',
20
    column_map   => { id => 'partsgroup_id' },
21
  },
17 22
);
18 23

  
19 24
__PACKAGE__->meta->initialize;

Auch abrufbar als: Unified diff