-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
urlForDeleteRecord doesn't appear in docs #4707
Comments
http://emberjs.com/api/data/classes/DS.RESTAdapter.html#method_urlForUpdateRecord Looks like you can close this. |
I am not familiar with how the docs are deployed 😔 |
|
I am closing this as it seems to be showing up in the API docs now https://emberjs.com/api/data/classes/DS.RESTAdapter.html#method_urlForDeleteRecord |
I would expect this method to appear in the docs here:
http://emberjs.com/api/data/classes/DS.RESTAdapter.html
It looks like maybe it's accidentally commented out in the version linked to from the docs.
https://github.com/emberjs/data/blob/v2.10.0/addon/-private/adapters/build-url-mixin.js#L363
It looks like it's fixed (not commented out) on master, - just the docs aren't updated to reflect this yet:
https://github.com/emberjs/data/blob/master/addon/-private/adapters/build-url-mixin.js#L363
The text was updated successfully, but these errors were encountered: