0 votes
in JavaScript by

How you can define a new ember class?

1 Answer

0 votes
by

You can use call the extend () method on Ember.object to define a new ember class

...