amiel / ember-data-url-templates

an ember-addon to allow building urls with url templates instead of defining buildURL
https://github.com/amiel/ember-data-url-templates/wiki
MIT License
129 stars 22 forks source link

url-template for save method #40

Closed blood-romantic closed 6 years ago

blood-romantic commented 6 years ago

Could ember-data-url-templates support save method???

amiel commented 6 years ago

Hi @GrreyWang. I'm a little uncertain what your question is.

When save is called on an ember-data model, one of either createRecord or updateRecord will be called on the adapter. Both of these are supported by ember-data-url-templates.

amiel commented 6 years ago

I am going to close this. Feel free to reopen if I haven't resolved your issue.