How to refresh main model without query params use

I create an Ember app crud operation in route level like

update: http://localhost.com/contacts/:id/edit delete: http://localhost.com/contacts/:id/delete

So, my problem is one create a record in the new model then come to in contact model cannot be refresh. I am using contacts page get all data in store query.

Hi, we will need more detail to be able to help you. Please share what your Route’s model() functions look like.