Skip to content

Instantly share code, notes, and snippets.

@aarkerio
Created June 8, 2014 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarkerio/c6c48ce27cff6f918141 to your computer and use it in GitHub Desktop.
Save aarkerio/c6c48ce27cff6f918141 to your computer and use it in GitHub Desktop.
users = User.all
newall = users.map do |u|
u.attributes[:new_field] = Time.now
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment