Displaying 1 result from an estimated 1 matches for "_new_title".
Did you mean:
new_title
2006 Jul 03
2
rjs renders string or partial but not template or action
Hi,
I have an rjs file. I only have one controller called called front. I
have views called "new_title.rhtml" and "_new_title.rhtml"
These work
page.replace_html ''title'', ''new title''
page.replace_html ''title'', :partial => ''new_title''
page.replace_html ''title'', {:file=>"front/new_title", :use_full_path=>tr...