[Catalyst] YA CRUD module

David Schmidt davewood at gmx.at
Thu Dec 22 13:21:43 GMT 2011


I came across another issue.

CatalystX::Resource injects a controller into the app. the controller
extends Catalyst::Controller.

If I want to use Catalyst::ActionRole::ACL to deal with Authorization
on my resources the controller needs to extend C::C::ActionRole.

Should I extend from C::C::ActionRole or is there a smarter way to
change the base class only when the extra functionality is required?

david



More information about the Catalyst mailing list