Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 2 of 2
Hi,
is there a nice, simple way to clear a belongs_to association, ie. associate nothing?
regards, Tom
Ah! Found it out:
$model->associated_id = 0; $model->save();
seems to work. :)