Given the new syntax for utilizing Ember Data, what is the correct way to incorporate ember-api-actions? ``` import Model, { attr } from '@ember-data/model'; export default class UserModel extends Model { @attr name; } ``` Thanks!
Given the new syntax for utilizing Ember Data, what is the correct way to incorporate ember-api-actions?
Thanks!