我正在尝试创建一个没有表单的对象,但只需单击一个链接:
<%=link_to "Add as friend", user_friend_path(current_user,u), :method=>:post %>
Friend 是用户内部的嵌套资源,在此链接中,current_user 是用户,u 将是朋友。
当我点击它时,会出现以下错误:
Routing Error
No route matches "/users/101/friends/86"
有人可以帮助我吗?
我正在尝试创建一个没有表单的对象,但只需单击一个链接:
<%=link_to "Add as friend", user_friend_path(current_user,u), :method=>:post %>
Friend 是用户内部的嵌套资源,在此链接中,current_user 是用户,u 将是朋友。
当我点击它时,会出现以下错误:
Routing Error
No route matches "/users/101/friends/86"
有人可以帮助我吗?