/seats
- This shows a stadium map of available seats./seats/1
- This shows the status of a single seat as a modal over the map of seats./seats/index.json.props
/seats/show.json.props
packs/application.js
, change your component mapping to use your ShowIndex
component as your identifier's component:Modal
component's render:SeatsIndex.js
, change the a
tags like so.show.json.props
. That may not be what we want as some parts of the template may be slow./seats
and use it as a placeholder for /seats/1
identifierToComponentMapping
)show.json.props
and walk to the data
node, then to the seat
node, and return that./seats/1
in the same location.