Skip to content

Instantly share code, notes, and snippets.

@tjsingleton
Created January 29, 2013 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjsingleton/4662328 to your computer and use it in GitHub Desktop.
Save tjsingleton/4662328 to your computer and use it in GitHub Desktop.
cl = ContentLicense.last
cl.content.object_id == cl.presentation.content.object_id
#=> false
cl.reload
cl.association(:content).target = cl.presentation.content
>> cl.content.object_id == cl.presentation.content.object_id
#=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment