Skip to content

Instantly share code, notes, and snippets.

@keithpitt
Created November 16, 2010 01:00
Show Gist options
  • Save keithpitt/701267 to your computer and use it in GitHub Desktop.
Save keithpitt/701267 to your computer and use it in GitHub Desktop.
member = Member.create(:username => "keith")
Relationship.exists?( :member1_id => member ) # Fails
Relationship.exists?( :member1_id => member.id ) # Works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment