Is there a migration path for DS.ActiveModelAdapter
when upgrading from Ember Data 1.x to 2.x?
Previously it was included by default, but is that still the case or do I have to install it as an addon in order to enable it?
Is there a migration path for DS.ActiveModelAdapter
when upgrading from Ember Data 1.x to 2.x?
Previously it was included by default, but is that still the case or do I have to install it as an addon in order to enable it?
Hey Kiffin,
It’s now a separate Ember addon, so you should just ember install it.
Thanks, that’s what I suspected but needed an expert like you to come along and affirm it.