spine / spine

Lightweight MVC library for building JavaScript applications

Home Page:http://spine.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Destroy hasMany relationship including children

kraftwer1 opened this issue · comments

Is it possible to have all the related photos destroyed when destroying an album?

http://spinejs.com/docs/relations

So basically you want destroy to cascade - delete the owner deletes all related records? That is a good feature so long as it is optional/configurable. The relations portion of spine is incomplete in some ways, but we welcome pull requests :)

Exactly. Okay, so for now, it needs to be done manually.