在rails上执行控制器方法中的内容后如何刷新网页?

发布于 2024-12-10 16:37:17 字数 97 浏览 0 评论 0原文

我正在 Rails 2.3.8 上开发项目,我在一页上使用下拉菜单并观察它。因为它将转到控制器方法,并且我需要在该特定控制器方法上执行操作后重新加载。我怎样才能在轨道上做到这一点?

I'm developing project on rails 2.3.8 and I using drop down menu on one page and I observe it. In that it will go to controller method and I need to reload after executing things on that particular controller method. How can I do this on rails ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

So尛奶瓶 2024-12-17 16:37:17

尝试将控制器中操作的末尾 redirect_to 放置到控制器/操作的相同路径。

Try putting at the end of your action in your controller redirect_to to the same path of the controller/ action.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文