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

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

revision 124 by dpavlin, Tue May 20 09:47:59 2008 UTC revision 125 by dpavlin, Thu May 22 20:48:42 2008 UTC
# Line 154  template 'sync' => page { Line 154  template 'sync' => page {
154          }          }
155    
156  };  };
157    
158    # mount other views
159    use A3C::View::Organization;
160    
161    # we can't really use following form because Jifty would upper case first
162    # letter of model and try to find A3C::Model::HrEduOrg which doesn't exit!
163    #Jifty::View::Declare::CRUD->mount_view('hrEduOrg', 'A3C::View::Organization', '/organizations');
164    alias A3C::View::Organization under '/organizations', {
165            object_type => 'hrEduOrg',
166    };
167    
168    1;

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

  ViewVC Help
Powered by ViewVC 1.1.26