Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
(pouchdb-community#66) this is not defined here.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsutphin authored and jkleinsc committed Jul 29, 2015
1 parent 12b41b0 commit b97cb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/adapters/pouch.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default DS.RESTAdapter.extend({
relModel = (typeof rel.type === 'string' ? store.modelFor(rel.type) : rel.type);
if (relModel) {
relDef[rel.kind] = {
type: this.getRecordTypeName(relModel),
type: self.getRecordTypeName(relModel),
options: rel.options
};
if (!schemaDef.relations) {
Expand Down

0 comments on commit b97cb81

Please sign in to comment.