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