guides
guides copied to clipboard
Update the guides to remove usage of `.get`
In Ember v3.1.0, you can now omit .get to retrieve computed properties.
Tasks
- [ ] Update code samples to remove
.getwhere that is possible - [ ] Explain the situations where
.getis still required in "The Object Model" - [ ] Run the codemod in https://github.com/ember-learn/super-rentals and make sure code snippets in the Guides match