Re: [Catalyst] Perl code attributes in Moose roles

2009-12-21 Thread Tomas Doran
On 19 Dec 2009, at 22:47, Bernhard Graf wrote: Where can I add the ACL attributes for edit_new? Add them via config. See: http://blogs.perl.org/users/guillermo_roditi1/2009/12/reaction-and-crud-implemented-in-roles.html http://www.catalystframework.org/calendar/2008/11 Cheers t0m

Re: [Catalyst] Perl code attributes in Moose roles

2009-12-21 Thread Bernhard Graf
Eden Cardim schrieb: >> "Bernhard" == Bernhard Graf writes: > > Bernhard> Now this becomes: > > Bernhard> package MyApp::Base::User; with > Bernhard> 'MyApp::Role::Controller::Create'; > > Bernhard> package MyApp::Base::Page; with > Bernhard> 'MyApp::Role::Controller

Re: [Catalyst] Perl code attributes in Moose roles

2009-12-21 Thread Eden Cardim
> "Bernhard" == Bernhard Graf writes: Bernhard> Now this becomes: Bernhard> package MyApp::Base::User; with Bernhard> 'MyApp::Role::Controller::Create'; Bernhard> package MyApp::Base::Page; with Bernhard> 'MyApp::Role::Controller::Create'; Bernhard> Where can I