0
我可以呈現@comment
通過如何呈現與哈希錨實例變量頁面
redirect_to @comment
這id=35
因此該網址可能會重定向到SITE/comments/35
但是如果我要添加錨定到URL SITE/comments/35#title
感謝
我可以呈現@comment
通過如何呈現與哈希錨實例變量頁面
redirect_to @comment
這id=35
因此該網址可能會重定向到SITE/comments/35
但是如果我要添加錨定到URL SITE/comments/35#title
感謝
redirect_to comment_path(@comment, anchor: "title")
http://blog.betterapps.nl/2012/09/12/30/rails-tip-how-to-add-an-anchor-to-a-redirect_to/