/[Arh]/lib/Arh/Model/Location.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/Location.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 name =>          column name =>
10                  label is _("Name");                  label is _("Name"),
11                    is mandatory;
12                    
13          column address =>          column address =>
14                  label is _("Address");                  label is _("Address");

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

  ViewVC Help
Powered by ViewVC 1.1.26