Can the parameter hash passed to update_attributes include nested hashes
for child models related through has_many?
For example, if A has many B, can the parameter hash passed to A
include a nested hash for B?
It seems the hash can include attributes for A e.g. one level deep.
Thanks for any advice…