Ember data => Ember model issue

Hey, We are migrating from Ember-Data to Ember-Model We added ember-model, removed ember-data, changed each import from ember-data to ember-model (adapter, models, transforms), but we have this issue:

“TypeError: Expecting a function in instance of check, but got undefined”

Any ideas on what could it be?