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.
如何在 ActiveAdmin 编辑页面中呈现部分内容?这是我的代码http://paste.ubuntu.com/1222340/ 我想在提交按钮之后呈现一个页面。我怎样才能做到这一点?
尝试这个
form do |f| f.inputs do f.input :name end f.actions f.form_buffers.last << f.template.render('shared/test') end