Skip to content

What is the pouch-model blueprint supposed to do? #250

@jacobq

Description

@jacobq

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.js
import DS from 'ember-data';
const { Model } = DS;

export default Model.extend({

});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions