Skip to content

Commit

Permalink
Merge pull request #3661 from greyhwndz/default-adapter-to-jsonapi
Browse files Browse the repository at this point in the history
[DOC beta] Changed @default adapter from RESTAdapter to JSONAPIAdapter
  • Loading branch information
wecc committed Aug 17, 2015
2 parents a8e867d + 2747529 commit cea0b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-data/lib/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Store = Service.extend({
```
@property adapter
@default DS.RESTAdapter
@default DS.JSONAPIAdapter
@type {(DS.Adapter|String)}
*/
adapter: '-json-api',
Expand Down

0 comments on commit cea0b0c

Please sign in to comment.