You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like doing ember g pouch-model foo should generate a file defining a new model that includes the rev attribute, i.e. by extending from addon/model.js. I expected to see something like this but instead I see this:
// ember-cli 3.13.1// ember-pouch 6.0.0// app/pouch-models/foo.jsimportDSfrom'ember-data';const{ Model }=DS;exportdefaultModel.extend({});
The text was updated successfully, but these errors were encountered:
It looks like doing
ember g pouch-model foo
should generate a file defining a new model that includes therev
attribute, i.e. by extending fromaddon/model.js
. I expected to see something like this but instead I see this:The text was updated successfully, but these errors were encountered: