Skip to content

Instantly share code, notes, and snippets.

@basial
Created February 25, 2015 09:39
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 basial/5bcad5a765b70abb9a64 to your computer and use it in GitHub Desktop.
Save basial/5bcad5a765b70abb9a64 to your computer and use it in GitHub Desktop.
User.where(provider: "facebook").each do |user|
secure_avatar_url = user.passenger.avatar_url.sub('http:', '')
user.passenger.update_attribute(:avatar_url, secure_avatar_url)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment