GitPrep
Login
/
kimoto
/
DBIx-Custom
Fork
Code
Issues
0
Pull request
0
Wiki
Members
Tree:
7940144c01
DBIx-Custom
/
t
/
common_uc
/
MyModel4
/
TABLE1.pm
/
Switch branches/tags
Branches
Tags
Yuki Kimoto
added EXPERIMENTAL DBIx::Custom::Model created_at and updated_at attribute
969e401
13 years ago
1 contributor
9 lines
|
0.103kb
Raw
Blame
History
package MyModel4::TABLE1; use MyModel4 -base; has table => 'TABLE1'; sub list { shift->select } 1;