(params)
| 4 | controllerName: 'index', |
| 5 | |
| 6 | model(params) { |
| 7 | // Get room name from params |
| 8 | return params.room_id; |
| 9 | }, |
| 10 | |
| 11 | afterModel(model, transition) { |
| 12 | transition.then((route) => { |
nothing calls this directly
no outgoing calls
no test coverage detected