I use observe_form to monitor a form, whenever a field changed in this
form, an (Missing template builder/update_make_view_info.js.erb...)
error will be thrown. I don''t want to use js format. I want to use
html.erb format. How can I avoid it and why it looks for
update_make_view_info.js.erb? This is my action code:
def update_make_view_info
...
render :patial=>''project_version''
end
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---