You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to be running into an issue when trying to use queryRecord in Ember Data 1.13.4
> this.store.queryRecord('some-record', {query: 'query'})
Error: Assertion Failed: You tried to make a query but your adapter does not implement `queryRecord`
I am using the ActiveModelAdapter, which inherits from the RestAdapter. The function isn't defined in either.
Is there something obvious I'm missing? Thanks!
The text was updated successfully, but these errors were encountered:
Hey @justinbburris it will be there soon, we're still fixing a couple things about queryRecord at the store level.
PRs for the RESTAdapter and the ActiveModelAdapter will come soon.
I seem to be running into an issue when trying to use
queryRecord
in Ember Data 1.13.4I am using the ActiveModelAdapter, which inherits from the RestAdapter. The function isn't defined in either.
Is there something obvious I'm missing? Thanks!
The text was updated successfully, but these errors were encountered: