-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
I just set a belongs_to relation to nil which deleted the related object. Is this the desired behavior?
- e.g this deletes the user object
listing.user => # an existing user
listing.user = nil
Shouldn't this just clear the relationship, setting listing.user_id to nil?
I'm using 2.1.7