Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created May 23, 2016 13:07
Show Gist options
  • Save maxehmookau/c0891cb14d7c0f0b3d4e8574c4039d7b to your computer and use it in GitHub Desktop.
Save maxehmookau/c0891cb14d7c0f0b3d4e8574c4039d7b to your computer and use it in GitHub Desktop.
def gravatar_url(size = 50)
"https://www.gravatar.com/avatar/#{Digest::MD5.hexdigest(email.strip.downcase)}?d=identicon&s=#{size}&r=g"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment