search for: second_title

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

Did you mean: second_file
2008 Jan 11
1
Remote form for, Form.serialize and parameter arrays
Whenever I use regular form for and have an attribute list containing an array all goes fine and it results in parameters like: {"some_attributes"=>[{"title"=>"first_title", "text" => "text1"}, {"title"=>"second_title", "text"=>"text2"}]} However whenever I submit the same form with remote_form_for then it generates the following array: {"some_attributes"=>[{"title"=>"first_title"}, {"title"=>"second_title"}, {"text&quo...