(没有路线匹配 [DELETE] "/subscriptions")
使用
<%= link_to 'Unsubscribe', subscriptions_path(feed_id: session[:read_random].last), method: :delete, remote: :true %>
路线.rb:
resources :subscriptions
我需要链接才能使用 DELETE 方法实际具有 /subscriptions/1 的 URI,但我似乎只能得到 /subscriptions?feed_id=1