/[Perly]/lib/Perly/Model/Code.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

Diff of /lib/Perly/Model/Code.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by dpavlin, Sun Jun 3 11:28:02 2007 UTC revision 3 by dpavlin, Sun Jun 3 15:34:30 2007 UTC
# Line 7  use Jifty::DBI::Schema; Line 7  use Jifty::DBI::Schema;
7  use Perly::Record schema {  use Perly::Record schema {
8    
9          column source =>          column source =>
10                    label is 'Source code',
11                  type is 'text',                  type is 'text',
12                    render_as 'Jifty::Plugin::CodePress::Textarea',
13                  is mandatory;                  is mandatory;
14    
15          column owner =>          column owner =>

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26