Search code examples
ruby-on-railsruby-on-rails-4modelactiveadminformtastic

rails 4 active admin multiple forms for one model


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

like proxy models in django


Solution

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