我差不多完成了第11步http://guides.rubyonrails.org/getting_started.html。 雖然我的標籤有問題,但我在試圖創建新帖子時仍然收到此問題。ActiveModel :: MassAssignmentSecurity ::錯誤PostsController#創建
::加載ActiveModel :: MassAssignmentSecurity中的錯誤PostsController#創建
無法大規模指派保護的屬性:tags_attributes Rails.root:/用戶/大衛/博客
應用程序跟蹤|框架跟蹤|全面跟蹤 應用程序/控制器/ posts_controller.rb:46:在new' app/controllers/posts_controller.rb:46:in
打造」 請求
參數:
{"post"=>{"name"=>"David",
"content"=>"Foobar",
"title"=>"Programmer",
"tags_attributes"=>{"0"=>{"name"=>"Tea,
Cake"}}},
"utf8"=>"✓",
"commit"=>"Create Post",
"authenticity_token"=>"MhvAkAPcAey1Z4YXy7nKFmW/wETlu+USSvWOEBBN4po="}
我已經一遍又一遍的含有標籤的執行每一行代碼,並我無法弄清楚。一些指導我應該尋找什麼?
謝謝。
類崗位<的ActiveRecord :: Base的 attr_accessible:內容:名稱,:標題:tags_attributes 補充說:tags_attributes我的崗位模型的工作。謝謝! – Tuesdave