【发布时间】:2013-08-22 01:00:07
【问题描述】:
如何将重定向更改为特定页面上的特定 Twitter Bootstrap 选项卡?比如:
def destroy
@custom_article = CustomArticle.find(params[:id])
@custom_article.destroy
respond_to do |format|
format.html { redirect_to documents_url[#specific_tab_here?] }
format.json { head :no_content }
end
end
谢谢!
更新
查看@PeterWong 和@emm 的答案组合以获得解决方案。
【问题讨论】:
标签: ruby-on-rails ruby-on-rails-3 twitter-bootstrap