Skip to content

Instantly share code, notes, and snippets.

@DGaffney
Created March 3, 2013 23:07
Show Gist options
  • Save DGaffney/5078737 to your computer and use it in GitHub Desktop.
Save DGaffney/5078737 to your computer and use it in GitHub Desktop.
Book.all.each do |book|
book.number_of_pages = rand(10000)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment