/[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 4 by dpavlin, Thu Nov 29 11:20:24 2007 UTC revision 5 by dpavlin, Thu Nov 29 11:48:39 2007 UTC
# Line 11  use Arh::Record schema { Line 11  use Arh::Record schema {
11                  refers_to Arh::Model::Campaign,                  refers_to Arh::Model::Campaign,
12                  is required,                  is required,
13                  is indexed,                  is indexed,
                 render_as 'select',  
14                  since '0.0.4';                  since '0.0.4';
15                    
16          column filename =>          column filename =>
# Line 24  use Arh::Record schema { Line 23  use Arh::Record schema {
23                  refers_to Arh::Model::PictureType,                  refers_to Arh::Model::PictureType,
24                  is required,                  is required,
25                  is indexed,                  is indexed,
26                  render_as 'select',                  since '0.0.4';
                 since '0.0.4',  
27    
28  };  };
29    

Legend:
Removed from v.4  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26