Ruby on Rails: found unpermitted parameters: _method, authenticity_token
问题 I used this guide as a starting point for creating a messaging system from scratch. Everything worked fine. But for some reason, whenever I now try to create a new conversation by clicking in my view the following link <%= link_to 'Message me', conversations_path(sender_id: current_user.id, recipient_id: @user.id), class: 'btn btn-primary', method: :post %> I encounter the error: found unpermitted parameters: _method, authenticity_token Here are the params: {"_method"=>"post", "authenticity