Closed

Description
Hi, just trying to make multilevel scope parameters but I am unable to make it using scope_parameters.
an example code could be:
parameter :item_id, "Id of an item to order", required: true
parameter :city, "Address city", required: true
scope_parameters :order, [
:item_id,
address: [
:city
]
]
Is there a way to define them or is it a feature request?
Metadata
Metadata
Assignees
Labels
No labels