Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
justinbmeyer opened this issue Jul 21, 2018 · 0 comments
Open

Comments

@justinbmeyer
Copy link
Contributor

justinbmeyer commented Jul 21, 2018

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant