Hi, I've written some code to do just that, but there are a couple of points I'm not certain about; for one, where should this decorator code exist? Right now I have it as a class within the relevant helper module (i.e. TestHelper::Decorator) where you write methods of the same name as the actions you want to manipulate. However I'm not entirely sure that's the best approach... what do you think?
Apologies if this is not completely relevant to this list, we can take the discussion elsewhere if need be On Fri, Mar 7, 2008 at 3:18 PM, Todd Nine <[EMAIL PROTECTED]> wrote: > I'm interested in this functionality. Specifically, I'm more interested in > a decorator where I can insert links to my new plugin into existing views. > That way I can make the UI intuitive, but I don't have to hack the core > app's code. > > _______________________________________________ Engine-Developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
