/[A3C]/lib/A3C/Model/Town.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

Contents of /lib/A3C/Model/Town.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 80 - (show annotations)
Fri Apr 11 23:24:59 2008 UTC (15 years, 11 months ago) by dpavlin
File size: 337 byte(s)
added Town model with data
1 use strict;
2 use warnings;
3
4 package A3C::Model::Town;
5 use Jifty::DBI::Schema;
6
7 use utf8;
8
9 use A3C::Record schema {
10
11 column name =>
12 label is _('Grad'),
13 is required;
14
15 column municipality =>
16 label is _('Općina');
17
18 column county =>
19 label is _('Županija');
20
21 };
22
23 sub since { '0.0.2' }
24
25 # Your model-specific methods go here.
26
27 1;
28

  ViewVC Help
Powered by ViewVC 1.1.26