s-schumann / hbbnext-idm

Identity Management for HBB-Next.
http://hbbnext.ngidm.org/
0 stars 0 forks source link

Not destroying removed relations #16

Closed s-schumann closed 11 years ago

s-schumann commented 11 years ago

Apply:

has_many :parameters, :dependent => :destroy

s-schumann commented 11 years ago

Note: Only where applicable.

With :dependent => :destroy all of the parameters are deleted when the class object is deleted.