以下のコードで、`form_with`の`model`オプションに指定するオブジェクトは何ですか? ```erb <%= form_with(model: ______) do |form| %> <!-- フォーム内容 --> <% end %> ```