/[Arh]/lib/Arh/Model/UnitPicture.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/UnitPicture.pm

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

revision 33 by dpavlin, Mon Dec 10 14:56:12 2007 UTC revision 34 by dpavlin, Fri Dec 14 14:39:05 2007 UTC
# Line 4  use warnings; Line 4  use warnings;
4  package Arh::Model::UnitPicture;  package Arh::Model::UnitPicture;
5  use Jifty::DBI::Schema;  use Jifty::DBI::Schema;
6    
7    use Data::Dump qw/dump/;
8    
9  use Arh::Record schema {  use Arh::Record schema {
10                    
11          column unit =>          column unit =>
# Line 13  use Arh::Record schema { Line 15  use Arh::Record schema {
15          column picture =>          column picture =>
16                  refers_to Arh::Model::Picture,                  refers_to Arh::Model::Picture,
17                  label is _("Picture"),                  label is _("Picture"),
18                    ajax validates,
19                  is mandatory;                  is mandatory;
20    
21  };  };

Legend:
Removed from v.33  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26