有batch_action
的表单支持batch_action :flag, form: {
type: %w[Offensive Spam Other],
reason: :text,
notes: :textarea,
hide: :checkbox,
date: :datepicker
} do |ids, inputs|
redirect_to collection_path, notice: [ids, inputs].to_s
end
但是当我点击member_action链接时,我需要类似的表单弹出窗口,我该如何归档呢?
如果我在member_action中使用渲染视图,它将重定向到新页面,没有弹出窗口。如果我直接使用bootstrap模式,则样式与activeadmin主题不能相同。
答案 0 :(得分:0)
可能会尝试将其添加到flash[:notice].now=[ids,inputs].to_s
的Flash消息中,然后重定向