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

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

revision 49 by dpavlin, Sun Apr 6 16:09:03 2008 UTC revision 50 by dpavlin, Sun Apr 6 18:17:42 2008 UTC
# Line 34  use Arh::Record schema { Line 34  use Arh::Record schema {
34                  is indexed,                  is indexed,
35                  since '0.0.4';                  since '0.0.4';
36    
37            column unit =>
38                    label is _('Unit'),
39                    refers_to Arh::Model::Unit,
40                    is mandatory,
41                    is indexed;
42    
43  };  };
44    
45  # Your model-specific methods go here.  # Your model-specific methods go here.

Legend:
Removed from v.49  
changed lines
  Added in v.50

  ViewVC Help
Powered by ViewVC 1.1.26