我正在尝试使用mongoid创建具有嵌套属性的表单。我的模型具有以下代码:defCompanyfield:namehas_many:users,autosave:true,dependent::destroyaccepts_nested_attributes_for:usersenddefUserbelongs_to:companyhas_one:profileenddefProfilebelongs_to:userend从表单返回的参数按以下顺序排列:"company"=>{"users_attributes"=>{"0"=>{"profile_attributes"=>{"firs