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

[DOC] Add documentation for query#update() to refresh query #4592

Merged
merged 1 commit into from
Oct 20, 2016
Merged

[DOC] Add documentation for query#update() to refresh query #4592

merged 1 commit into from
Oct 20, 2016

Conversation

pangratz
Copy link
Member

This closes #4556

// GET /users/isAdmin=true
admins.update();

admins.get('isUpdating'); // false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

false => true ?

// somewhere later in the app code, when new admins have been created
// in the meantime
//
// GET /users/isAdmin=true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/users?isAdmin=true

// in the meantime
//
// GET /users/isAdmin=true
admins.update();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems redundant

@wecc wecc merged commit 70ea8c0 into emberjs:master Oct 20, 2016
@wecc
Copy link
Contributor

wecc commented Oct 20, 2016

👍

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

Successfully merging this pull request may close these issues.

Please add refresh method to collection
2 participants