Skip to content

Commit

Permalink
Merge pull request emberjs#3714 from bmac/document-custom-store-location
Browse files Browse the repository at this point in the history
Update the location of the custom store in the API doc example
  • Loading branch information
fivetanley committed Aug 28, 2015
2 parents 9485564 + 360a87d commit 6d731f6
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 @@ -140,7 +140,7 @@ if (!Service) {
Define your application's store like this:
```app/stores/application.js
```app/services/store.js
import DS from 'ember-data';
export default DS.Store.extend({
Expand Down

0 comments on commit 6d731f6

Please sign in to comment.