Skip to content

Instantly share code, notes, and snippets.

@Sailias
Created April 29, 2010 15:06
Show Gist options
  • Save Sailias/383735 to your computer and use it in GitHub Desktop.
Save Sailias/383735 to your computer and use it in GitHub Desktop.
@comment.update_attributes(:commentable_id=>nil, :commentable_type=>nil)
=> true
>> @comment.reload
@comment.reload
=> #<Comment id: 2, created_at: "2010-04-29 14:54:07", updated_at: "2010-04-29 15:05:32", content: "Hello", commentable_id: nil, commentable_type: nil>
>> @comment.commentable
@comment.commentable
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment