码迷,mamicode.com
首页 > 其他好文 > 详细

rediect_to @team 时出现的问题

时间:2016-10-27 12:50:49      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:rect   ons   die   diff   tween   eth   size   code   int   

@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 时出现的问题

标签:rect   ons   die   diff   tween   eth   size   code   int   

原文地址:http://www.cnblogs.com/knight-wind/p/6003395.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!