Guest User

Untitled

a guest
Sep 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Equivalent of build() with two existing objects
  2. contact.users << some_user
  3. contact.save
  4. some_user.contacts << contact
  5. some_user.save
  6.  
  7. contact.users << some_user
Add Comment
Please, Sign In to add comment