Is there (an easy) way to create multiple forms for one model in activeadmin?
like proxy models in django
One solution is to include ActiveModel::ModelIn your modelas discussed here.
ActiveModel::Model
model