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

Fix code example in the "Managing Current User" guide #2210

Merged
merged 1 commit into from
Jun 5, 2020

Conversation

marcoow
Copy link
Member

@marcoow marcoow commented Jun 5, 2020

We were using a class decorator inside of an Ember.Object – see #2198 (comment)

@marcoow marcoow mentioned this pull request Jun 5, 2020
4 tasks
@marcoow marcoow merged commit 43fe898 into master Jun 5, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix-guide-code-example branch June 5, 2020 15:19

export default SessionService.extend({
export default SessionService extends BaseSessionService {
Copy link
Contributor

Choose a reason for hiding this comment

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

class missing 😂

Copy link
Contributor

Choose a reason for hiding this comment

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

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

Successfully merging this pull request may close these issues.

3 participants