Displaying 1 result from an estimated 1 matches for "add_testimonial_button".
2009 Jan 20
4
Shared templates across controllers
...rt .rjs files. Now, because of the similarity
of the models, most of the templates are exactly the same, with 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 s...