lazybensch / ember-cli-copyable

Deeply copies your records including their relations. The mixin is smart enough to resolve not loaded relations and is configurable to what should be shallow/deeply copied or excluded entirely.
MIT License
25 stars 17 forks source link

use `modelName` instead of `typeKey` if it exist #7

Closed bekzod closed 9 years ago

bekzod commented 9 years ago

typeKey is deprecated in latest version of ember-data

lazybensch commented 9 years ago

perfect! thx @bekzod

lazybensch commented 9 years ago

@bekzod your changes are available under ember-cli-copyable@0.9.5

bekzod commented 9 years ago

@lazybensch cool thanks :+1: