Skip to content

Commit a05018f

Browse files
committed
link to discussion w/ backbone-deep-model
1 parent 5ba8025 commit a05018f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ user.remove('addresses[0]');
174174
user.get('addresses').length; //=> 1
175175
```
176176

177-
## Associations
177+
## See also
178178

179-
Note, this plugin does *not* handle non-embedded relations, which keeps it relatively simple. If you support for more complex relationships between models, see [the Backbone plugin wiki page](https://github.com/jashkenas/backbone/wiki/Extensions,-Plugins,-Resources#relations).
179+
Note, this plugin does *not* handle non-embedded relations (a.k.a. relations), which keeps it relatively simple. If you support for more complex relationships between models, see [the Backbone plugin wiki page](https://github.com/jashkenas/backbone/wiki/Extensions,-Plugins,-Resources#relations). There is also an outstanding discussion of [merging this project with backbone-deep-model](https://github.com/powmedia/backbone-deep-model/issues/14).
180180

181181
## Contributing
182182

0 commit comments

Comments
 (0)