/[SQLSession]/trunk/lib/SQLSession/Model/Database.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 /trunk/lib/SQLSession/Model/Database.pm

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

revision 2 by dpavlin, Sat Dec 2 00:08:50 2006 UTC revision 102 by dpavlin, Fri Feb 16 23:40:21 2007 UTC
# Line 26  use SQLSession::Record schema { Line 26  use SQLSession::Record schema {
26                  label is 'database password';                  label is 'database password';
27  };  };
28    
29    sub since { '0.0.1' }
30    
31  # Your model-specific methods go here.  # Your model-specific methods go here.
32    
33    sub current_user_can {
34            return 1;
35    }
36    
37  1;  1;
38    

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

  ViewVC Help
Powered by ViewVC 1.1.26