http://guides.rubyonrails.org/getting_started.htmlのステップ 11 がほぼ完了しました。タグに何か問題がありますが、新しい投稿を作成しようとすると、この問題が発生し続けます。
ActiveModel::MassAssignmentSecurity::PostsController#create のエラー
保護された属性を一括割り当てできません: tags_attributes Rails.root: /Users/david/blog
アプリケーション トレース | フレームワーク トレース | フル トレース app/controllers/posts_controller.rb:46:in new'
app/controllers/posts_controller.rb:46:in
create' リクエスト
パラメーター:
{"post"=>{"name"=>"David",
"content"=>"Foobar",
"title"=>"Programmer",
"tags_attributes"=>{"0"=>{"name"=>"Tea,
Cake"}}},
"utf8"=>"✓",
"commit"=>"Create Post",
"authenticity_token"=>"MhvAkAPcAey1Z4YXy7nKFmW/wETlu+USSvWOEBBN4po="}
タグの実装を含むコードのすべての行を何度も繰り返しましたが、理解できません。何を探すべきかについてのガイダンスはありますか?
ありがとうございました。