You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Right now there are two (identical) routes for statuses, and it's using Rails' resources method. Collapse that to a single route to get status updates for a room.
Development notes
should hit the Statuses controller, with room id in the url like: https://estimationstation.example/status/:id
The text was updated successfully, but these errors were encountered:
Right now there are two (identical) routes for statuses, and it's using Rails'
resources
method. Collapse that to a single route to get status updates for a room.Development notes
should hit the Statuses controller, with room id in the url like:
https://estimationstation.example/status/:id
The text was updated successfully, but these errors were encountered: