search for: here__

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

Did you mean: _here__
2006 Jan 23
4
ActionRecord: how to update many records in one statement
...quot;3", "description"=>"I like to go in for sport"} } ------------------------------- This is the controller ------------------------------- def edit @editintersts = Interest.find_all if @request.post? Interest.update_all(params[:interest]) #__The problem is here__ end end -- Posted via http://www.ruby-forum.com/.