/[Grep]/lib/Grep/Model/Feed.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/Grep/Model/Feed.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Sat Feb 17 16:17:18 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 234 byte(s)
items, feeds

1 use strict;
2 use warnings;
3
4 package Grep::Model::Feed;
5 use Jifty::DBI::Schema;
6
7 use Grep::Record schema {
8
9 column uri =>
10 type is 'text',
11 label is 'URI',
12 is mandatory,
13 distinct;
14
15 };
16
17 # Your model-specific methods go here.
18
19 1;
20

  ViewVC Help
Powered by ViewVC 1.1.26