一つのフォームで親と子のモデルを同時に保存・更新可能にするためのモデル設定はどれか。

accepts_nested_attributes_for :details を定義すると、details_attributes パラメータ経由で子モデルを更新できる。