search for: update_todo

Displaying 1 result from an estimated 1 matches for "update_todo".

Did you mean: update_node
2009 May 19
0
submit_to_remote fails on rails 2.2.2
submit_to_remote fails on rails 2.2.2 and rails 2.3.2 but fully working with 2.0.2 please give me an answer as soon as possible. its very urgent the code is HTML ==== <% form_for :todo, @todo, :url => { :action => "update_todo" } do |f| %> <div> <p> <label>Todo</label> <%=f.text_field :name%> </p> <p> <label>Description<label> <%=f.text_area :description,:rows=>3 %> </p> <p> <lab...