mattmcmanus / atom-ember-snippets

Ember.js ES6 snippets for Atom
https://atom.io/packages/ember-snippets
MIT License
38 stars 22 forks source link

Update Model snippet #45

Closed Exelord closed 6 years ago

Exelord commented 6 years ago

Import of DS.Model should be changed to import Model from 'ember-data/model';

https://github.com/mattmcmanus/atom-ember-snippets/blob/99eb8cdd7c9f6abb14a685cd611330b79a6ad0cd/snippets/file-skeletons.cson#L104-L113

jrock2004 commented 6 years ago

@Exelord looking here https://guides.emberjs.com/release/models/defining-models/ it seems like what is already there is in place

Exelord commented 6 years ago

The Guides are outdated. The way I mentioned higher is the recommended one.

Exelord commented 6 years ago

Fixed in #47

mattmcmanus commented 6 years ago

Published in 3.0.0!