rails console u = User.find(9) u.id = 7 # There is no other record with id 7 u.save => true User.all rails console u = User.find(9) u.id = 7 # There
rails console u = User.find(9) u.id = 7 # There is no other record with id 7 u.save => true User.all rails console u = User.find(9) u.id = 7 # There