【问题标题】:Can I redirect_to a specific location within a view in Rails [duplicate]我可以重定向到 Rails 视图中的特定位置吗?
【发布时间】:2020-06-13 17:41:33
【问题描述】:

是否可以通过控制器操作重定向到 Rails 应用程序视图中的特定位置?例如,在创建记录时,我想使用重定向来指向我的根路径中的<div id="default">,而不是简单的redirect_to root_path

【问题讨论】:

标签: ruby-on-rails redirect methods path controller


【解决方案1】:

尝试在重定向中使用anchor

<%= redirect_to root_path, anchor: ‘some_anchor’ %>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-02-23
    • 1970-01-01
    • 2015-07-29
    • 2014-12-22
    • 2023-02-25
    相关资源
    最近更新 更多