jwood / tenacity

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

Support ActiveRecord::Associations' :dependent option #12

Closed jwood closed 13 years ago

jwood commented 13 years ago

Support the :dependent option, which will allow you to destroy, delete or nullify associated objects when an object is destroyed.

jwood commented 13 years ago

Implemented in 0.4.0