search for: first_titl

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

Did you mean: first_title
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"=&g...