Displaying 1 result from an estimated 1 matches for "add_service_button".
2009 Jan 20
4
Shared templates across controllers
...ge.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) because of
shared authentication behavior. But the only way I can think of t...