/[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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by dpavlin, Thu Nov 29 00:34:22 2007 UTC revision 3 by dpavlin, Thu Nov 29 00:40:32 2007 UTC
# Line 7  use Jifty::DBI::Schema; Line 7  use Jifty::DBI::Schema;
7  use Arh::Record schema {  use Arh::Record schema {
8    
9          column unit =>          column unit =>
10                  refers_to Arh::Model::Unit;                  refers_to Arh::Model::Unit,
11                    is required;
12          column material =>          column material =>
13                  refers_to Arh::Model::Material;                  refers_to Arh::Model::Material,
14                    is required;
15    
16  };  };
17    

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26