/[A3C]/lib/A3C/Model/hrEduOrg.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/A3C/Model/hrEduOrg.pm

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

revision 124 by dpavlin, Tue May 20 09:49:27 2008 UTC revision 125 by dpavlin, Thu May 22 20:48:42 2008 UTC
# Line 205  We use L<A3C::DefaultACL> for access con Line 205  We use L<A3C::DefaultACL> for access con
205    
206  use A3C::DefaultACL;  use A3C::DefaultACL;
207    
208    # added to make Jifty::View::Declare::CRUD happy because it
209    # tries to capitalize first letter of model creating
210    # A3C::Model::HrEduOrg which is invalid
211    sub object_type { 'A3C::Model::hrEduOrg' }
212    sub collection_class { 'A3C::Model::hrEduOrgCollection' }
213    
214  1;  1;

Legend:
Removed from v.124  
changed lines
  Added in v.125

  ViewVC Help
Powered by ViewVC 1.1.26