Guest User

Untitled

a guest
May 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # this code has a higher probability of failing
  2.  
  3. u = User.find # slave
  4. u.save # master
  5.  
  6. # why? ActiveRecord::StaleObjectError: Attempted to update a stale object
Add Comment
Please, Sign In to add comment