2

Is there (an easy) way to create multiple forms for one model in activeadmin?

like proxy models in django

Community
  • 1
  • 1
  • Did you try this? Same way as creating an Index page. http://stackoverflow.com/questions/16546502/two-pages-for-the-same-resource-activeadmin/16559759#16559759 – James Mar 31 '14 at 03:06

1 Answers1

1

One solution is to include ActiveModel::ModelIn your modelas discussed here.

Community
  • 1
  • 1