Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthortom
    • CommentTimeJan 14th 2008
     

    Hi,

    is there a nice, simple way to clear a belongs_to association, ie. associate nothing?

    regards, Tom

    • CommentAuthortom
    • CommentTimeJan 14th 2008
     

    Ah! Found it out:

    $model->associated_id = 0;
    $model->save();
    

    seems to work. :)

Add your comments
    Username Password
  • Format comments as