Displaying 1 result from an estimated 1 matches for "7d95944ce75767f42f6d4910fd432687".
2006 Apr 10
1
Error When Sorting
...:sortable_list].each_with_index do |id, position| #LINE 52
Question.update(id, :position => position+1)
end
render :action => "show"
end
#error
Processing TestController#update_question_positions (for 127.0.0.1 at
2006-04-09 21:51:15) [POST]
Session ID: 7d95944ce75767f42f6d4910fd432687
Parameters: {"action"=>"update_question_positions", "id"=>"5",
"controller"=>"admin/test"}
NoMethodError (You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occur...