You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2019. It is now read-only.
Hi,
and thank for your gem. I've 2 classes : Media (predecessor) and Image(heir). I'm trying to destroy a media's instance (destroy) through the Image.destroy method.
Actually, the "predecessor" class is destroyed by "heir".destroy but the reciprocal isn't working.
Could you indicate me how could I fix this issue ?
Thx
The text was updated successfully, but these errors were encountered:
nicolaspr
changed the title
Predecessor destroy on heir.destroy
Question: Predecessor destruction on heir.destroy
May 20, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
and thank for your gem. I've 2 classes : Media (predecessor) and Image(heir). I'm trying to destroy a media's instance (destroy) through the Image.destroy method.
Actually, the "predecessor" class is destroyed by "heir".destroy but the reciprocal isn't working.
Could you indicate me how could I fix this issue ?
Thx
The text was updated successfully, but these errors were encountered: