Guest User

Untitled

a guest
Jan 5th, 2019
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class User
  2. has_many :properties
  3. end
  4.  
  5. {"email1@gmail.com"=>209,
  6. "email2@gmail.com"=>160,
  7. "email3@gmail.com"=>160}
  8.  
  9. {209 => 1,
  10. 160 => 2}
Add Comment
Please, Sign In to add comment