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的问题

Teams 新功能更新:Busy on Busy 忙线音

MySQL安装时出现的问题

MySQL安装时出现的问题

使用scrapy crawl name启动一个爬虫时出现的问题

学习Flask时出现的各种Typo错误