Hey Simon,
Indeed, calling update on the result of store.query
is probably the best way to go about it. You can also call route.refresh
(documented here.), which re-fires the model hooks for the route you’re calling it from.
Hey Simon,
Indeed, calling update on the result of store.query
is probably the best way to go about it. You can also call route.refresh
(documented here.), which re-fires the model hooks for the route you’re calling it from.