Displaying 1 result from an estimated 1 matches for "publicarea".
Did you mean:
publicara
2006 Aug 18
0
Impact of inheriting controllers on models
...entication/acl filters I want to
inherit down through my controllers.
So I have controllers which inherit like this:
Application_controller
\
-- AdminArea Controller
--\
----dashboard controller
----user controller
----content controller
----\
------page controller
------placement controller
-- PublicArea Controller
--\
........
At the deepest level the class definition looks like:
class Admin::Content::PagesController < Admin::ContentController
Now, for some reason this has just started to cause problems when trying
to use one of the search plugins available (specifically I have tried
Active...