I'm very carefully following the RailsGuide and it's working beautifully, until Step 11. Adding Tags via a MultiModel form. Once I've added the code I get this error:
ActiveModel::MassAssignmentSecurity::Error in PostsController#update Can't mass-assign protected attributes: tags_attributes
Application Trace:
app/controllers/posts_controller.rb:65:in block in update'
app/controllers/posts_controller.rb:64:in
update'
I've backed up and started over a few times to be certain it's not user error. Can someone help me get past this step. I'm so close to done ! Then I can move on to Hartl's tutorial. Thank you.