Skip to content

Instantly share code, notes, and snippets.

@arjan0307
Created May 7, 2012 19:05
Show Gist options
  • Save arjan0307/2629740 to your computer and use it in GitHub Desktop.
Save arjan0307/2629740 to your computer and use it in GitHub Desktop.
Ruby references
@posts = @profile.posts # []
@profile.posts.build
@posts # array containing a single post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment