search for: 65x10

Displaying 1 result from an estimated 1 matches for "65x10".

Did you mean: 6510
2005 Dec 22
3
NewbieQ : undefined method `stringify_keys!'' Dumb Question
...I''m trying to save a note that has a HABTM relationship with a job. The note is new - the job exists. In my partial for notes I have ; <%= start_form_tag :action => ''new_note'', :id => @job %> <%= text_area_tag "note", nil, :size => "65x10" %> <%=submit_tag ''Add Note'', :note => @job.note %> <%= end_form_tag %> Which exists on a page containing another partial with job data. In the controller there is ; def dashboard_job_update @job = Job.find(params[:id]) @note = Note.new(param...