search for: create_btn

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

Did you mean: create_bo
2009 May 19
0
submit_to_remote fails on rails 2.2.2
...gt; </p> <p> <label>Assign to</label> <%=select("todo", "assign_to", @project.project_teams.map {|u| [User.find (u.user_id).full_name,u.user_id]}.uniq)%> </p> <p> <%= submit_to_remote ''create_btn'', ''Update'', :url => { :action => ''update_todo'',:id=>@project.id,:todo_id=>@todo.id} %> </p> </div> <%end%> Controller ============ def update_todo @todo = Todo.find(params[:todo_id]) @tod...