jwood / tenacity

A database client independent way of managing relationships between models backed by different databases.
MIT License
118 stars 17 forks source link

Deleting an object should nullify associations #1

Closed jwood closed 13 years ago

jwood commented 13 years ago

Deleting an object should nullify it's associations with associated objects by setting any foreign keys in associated objects to nil.

jwood commented 13 years ago

https://github.com/jwood/tenacity/issues/12