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

Migrate Model.extend #24

Open
patocallaghan opened this issue Feb 20, 2019 · 0 comments
Open

Migrate Model.extend #24

patocallaghan opened this issue Feb 20, 2019 · 0 comments

Comments

@patocallaghan
Copy link
Owner

We currently migrate IntercomModel.extend to DS.Model, but there are a few instances of using Ember Model's Model directly.

Before

export default Model.extend(UserAvatarData, {

After

export default DS.Model.extend(UserAvatarData, {
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