Notes posted by richdrich
RSS feed
0 thanks
Agree with Oleg
Yes, the only way round this seems to be to code e.g:
postArgs = { ‘table[field]’ => value, ‘table[f2]’ => v2 }
after the fashion of the browsers form definition.
This lets you do nested attributes as well, e.g: postargs[‘table[children_attributes[0][field]’] = value