Remove association

Hi all,

I have a user has many numbers relationship.

When I query User.find(:all, :include => :numbers) I get all the users
with their numbers. I’m looking for a method that removes the number
from a user eg users[0].numbers[1].delete . I basically want ot remove
the association but I’m unable to find such a method.

Regards,
Stijn