I follow RailsGuide very closely and works fine until step 11. Adding tags via the MultiModel form. As soon as I added the code, I get this error:
ActiveModel :: MassAssignmentSecurity :: Error updating PostsController # Unable to assign protected attributes in bulk: tags_attributes
Application trace: app / controllers / posts_controller.rb: 65: in block in update' app/controllers/posts_controller.rb:64:in
update'
I made a backup and started several times to make sure that this is not a user error. Can someone help me go through this step. I'm so close Then I can go to the Hartl tutorial. Thanks.
Will source share