Rails 种 redirect_to 采用的 302 的重定向方式,这样对搜索引擎优化有一定的弊端,会造成分权行为。请问下有什么方法可以把 302 转向 301 呢。
redirect_to url, :status => 301
#1 楼 @yesmeck thanks. hah.