raw1z / amistad

Adds friendships management into a rails application
http://github.com/raw1z/amistad
MIT License
185 stars 71 forks source link

Add dependent: destroy to relationships #57

Open augnustin opened 8 years ago

augnustin commented 8 years ago

At some point, it made my app crash if I did not destroy the friendship objects along with the friendable one.

So I made this update. Please merge if you agree.