Setup Relationships Between Resources for Inferencer
So my app has an organization resource and a deployment resource; deployments belong to an organization, and an organization can have many deployments.
Now, when a user is creating a deployment, there needs to be a select dropdown where the user can select what organization this deployment belongs to.
How can I establish this kind of relationship between resources so the inferencer can properly generate the create/edit forms for the deployment to allow this relationship?
Now, when a user is creating a deployment, there needs to be a select dropdown where the user can select what organization this deployment belongs to.
How can I establish this kind of relationship between resources so the inferencer can properly generate the create/edit forms for the deployment to allow this relationship?
