Displaying 1 result from an estimated 1 matches for "hidden_service_form".
2009 Jan 20
4
Shared templates across controllers
...ith only
the object names changed. That is, where one looks like this:
page.visual_effect :toggle_slide, ''hidden_testimonial_form''
page.visual_effect :toggle_slide, ''add_testimonial_button''
The other looks like this:
page.visual_effect :toggle_slide, ''hidden_service_form''
page.visual_effect :toggle_slide, ''add_service_button''
Obviously there''s no reason these should be separate. My question is,
what''s the best way to set these up as shared templates? Both of the
controllers inherit from a third controller (Brochure) bec...