Create a resource including a belongs_to id
I have this resource with the name
Now I want to create a new entry for this resource with this code:
The recourse
How can I achieve to create a
location:Now I want to create a new entry for this resource with this code:
The recourse
Location gets created but the attribute level_id is empty.How can I achieve to create a
Location with the belongs_to association?