Multistep form with ActiveAdmin?
问题 Is it possible to create a multistep form with ActiveAdmin? If not, is it possible to just add another page that it redirects to after submitting the form (one that is not the default index, show or form pages)? 回答1: I've been fretting with this issue myself. I found that you can add your own pages using collection actions in your ActiveAdmin file. Say your model is called MyModel, you would add this to your ActiveAdmin my_model.rb file. # GET /admin/my_model/page1 collection_action :page1,