Javkhlan Shirendev
Javkhlan Shirendev

Reputation: 65

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

Upvotes: 2

Views: 1782

Answers (1)

user3387580
user3387580

Reputation: 40

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

Upvotes: 1

Related Questions