Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Loading staging environment (Rails 5.0.0.1)
  2. irb(main):001:0> Flyer.where(slug: "weekly-ad").count
  3. => 465
  4. irb(main):002:0> Flyer.where(slug: "weekly-ad").update_all(slug: "weekly")
  5. => 465
  6. irb(main):003:0> Flyer.where(slug: "weekly-ad").count
  7. => 0
  8. irb(main):004:0>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement