search for: job_state_id

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

2005 Dec 22
3
NewbieQ : undefined method `stringify_keys!'' Dumb Question
...:id]) @note = Note.new(params[:note]) <---this is line 99 @job.notes << @note if @job.update_attributes(params[:job])....... The submitted params are; Request Parameters: {"commit"=>"Add Note", "id"=>"1", "job"=>{"job_state_id"=>"2", "current_action_id"=>"7", "job_phase_id"=>"2", "job_wait_state_id"=>"4"}, "note"=>"xzczcxvzxcvzxc"} The error message is; undefined method `stringify_keys!'' for "xzcz...