从一种方法重定向到另一种方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从一种方法重定向到另一种方法相关的知识,希望对你有一定的参考价值。
Redirects from one method to another in a controller. This is handy when there's an error, and you need to go back to index page, or for other purposes.
redirect_to :action => :index
以上是关于从一种方法重定向到另一种方法的主要内容,如果未能解决你的问题,请参考以下文章