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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39 - (show annotations)
Sun Apr 6 11:12:58 2008 UTC (15 years, 11 months ago) by dpavlin
File size: 213 byte(s)
huge and merry code dump of lastest changes in middle of refactoring
1 use strict;
2 use warnings;
3
4 package Arh::Model::Site;
5 use Jifty::DBI::Schema;
6
7 use Arh::Record schema {
8
9 column name =>
10 label is _('Site');
11
12 };
13
14 # Your model-specific methods go here.
15
16 use Arh::DefaultACL;
17
18 1;
19

  ViewVC Help
Powered by ViewVC 1.1.26