Jamey Cribbs wrote:
> Create a controller in your extension and have it inherit from
> ApplicationController.  Put all of the code that you want to keep from
> ApplicationController and put it in there.  Then, change all of your
> controllers to inherit from this controller, rather than from
> ApplicationController.
> 
> This will let all of your controllers inherit these methods you want
> to share, without polluting Radiant's ApplicationController class.
> 
> Jamey

Looks like I beat ya to my own solution... thanks for reaffirming what I 
was thinking!
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to