Skip to content

Instantly share code, notes, and snippets.

@osnysantos

osnysantos/*.rb Secret

Created May 18, 2016 22:11
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 osnysantos/8d110810ee33760e4ee6b372c825da4d to your computer and use it in GitHub Desktop.
Save osnysantos/8d110810ee33760e4ee6b372c825da4d to your computer and use it in GitHub Desktop.
User.all.each do |user|
# set city on user table from first address association
user.update_column(:city, user.address.first.city)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment