/[Frey]/trunk/lib/Strix/User.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 /trunk/lib/Strix/User.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Sat Jun 28 17:37:26 2008 UTC (15 years, 10 months ago) by dpavlin
File size: 196 byte(s)
fix model
1 package Strix::User;
2
3 use strict;
4 use warnings;
5
6 use Strix::Schema;
7 use Fey::ORM::Table;
8
9 use Data::Dump qw/dump/;
10 my $schema = Strix::Schema->Schema();
11
12 has_table( $schema->table('users') );
13
14 1;

  ViewVC Help
Powered by ViewVC 1.1.26