/[Arh]/lib/Arh/Model/UnitMaterial.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /lib/Arh/Model/UnitMaterial.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Nov 29 00:40:32 2007 UTC (16 years, 4 months ago) by dpavlin
File size: 291 byte(s)
tweak to schema, tests
1 use strict;
2 use warnings;
3
4 package Arh::Model::UnitMaterial;
5 use Jifty::DBI::Schema;
6
7 use Arh::Record schema {
8
9 column unit =>
10 refers_to Arh::Model::Unit,
11 is required;
12 column material =>
13 refers_to Arh::Model::Material,
14 is required;
15
16 };
17
18 # Your model-specific methods go here.
19
20 1;
21

  ViewVC Help
Powered by ViewVC 1.1.26