Skip to content

Commit 2d63551

Browse files
committed
Merge pull request bookshelf#470 from therobinkim/patch-1
Correct Relation Types example
2 parents 1d3cb44 + 04c1e36 commit 2d63551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ <h3 id="Model-relation-types">Relation Types:</h3>
640640
return this.hasOne(Summary);
641641
},
642642
owner: function() {
643-
return this.belongsTo(Author);
643+
return this.belongsTo(Owner);
644644
},
645645
pages: function() {
646646
return this.hasMany(Pages);

0 commit comments

Comments
 (0)