My home page is radically different from the default CE home page and so 
I'd like to be able to override the site_index action to allow for this. 
Overriding every other controller is pretty easy. Inherit from the the 
BaseController, use require_from_ce, and you're good to go.

But the base controller can't inherit from itself!

I've tried to create a controller decorator that would let me redefine 
sites_index but it was studiously ignored.

What's the proper way to override methods that are defined in the base 
controller?

Dan

-- 
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to communityengine+unsubscr...@googlegroups.com.
To post to this group, send email to communityengine@googlegroups.com.
Visit this group at http://groups.google.com/group/communityengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to