Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Rails 2.3.8 上开发项目,我在一页上使用下拉菜单并观察它。因为它将转到控制器方法,我需要在该特定控制器方法上执行操作后重新加载。我怎样才能在rails上做到这一点?
尝试将控制器中的操作结束放置redirect_to到控制器/操作的相同路径。
redirect_to