Revision 719696e4
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/DB/Inventory.pm | ||
---|---|---|
10 | 10 |
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. |
11 | 11 |
__PACKAGE__->meta->make_manager_class; |
12 | 12 |
|
13 |
# part accessor is badly named |
|
14 |
sub part { |
|
15 |
goto &parts; |
|
16 |
} |
|
17 |
|
|
13 | 18 |
1; |
Auch abrufbar als: Unified diff
Inventory: alias parts -> part
Rose legt den parts accessor automatisch an, weil die Datenbankspalte parts_id
heisst, part ist aber sinnvoller.