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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39 - (show annotations)
Sun Apr 6 11:12:58 2008 UTC (16 years ago) by dpavlin
File size: 237 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::Category;
5 use Jifty::DBI::Schema;
6
7 use Arh::Record schema {
8
9 column name =>
10 label is _('Category'),
11 is mandatory;
12
13 };
14
15 # Your model-specific methods go here.
16
17 use Arh::DefaultACL;
18
19 1;
20

  ViewVC Help
Powered by ViewVC 1.1.26