Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created November 1, 2008 21:33
Show Gist options
  • Save dbussink/21579 to your computer and use it in GitHub Desktop.
Save dbussink/21579 to your computer and use it in GitHub Desktop.
@first_comment = @user.comments.build(:body => "DM is great!")
@second_comment = @child_model.new(:user => @user, :body => "is it really?")
p @user.comments.size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment