Skip to content

DefineMap's should come with their .List property property configured. #361

Open
@justinbmeyer

Description

@justinbmeyer

If I do:

Todo = DefineMap.extend({

});

This should create a Todo.List automatically.

This will allow us to make nice short hand for our models:

Todo = DefineMap.extend({ .... });

realtimeRestModel(Todo, "/url/{id}");

(it will allow us to avoid specifying the List property)

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