rediect_to @team 时出现的问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rediect_to @team 时出现的问题相关的知识,希望对你有一定的参考价值。
@team = Team.new(params[:team])
redirect_to @team
提示:
undefined method `team_url‘ for
原来是routes.rb中写错了。resources :teams 写成了resource :teams
!!!!!!!
http://stackoverflow.com/questions/9194767/difference-between-resource-and-resources-methods
附上 两个写法的区别。
以上是关于rediect_to @team 时出现的问题的主要内容,如果未能解决你的问题,请参考以下文章
Git在提交代码时出现的fatal: Authentication failed的问题