Upgrade to v2 Updating your adapters The Base adapter no longer inherits from EmberObject. Any usages of this API by your custom adapter must be removed, or replaced with some equivalent. Rename your init method to install. Rename your willDestroy method to uninstall.