Method: Cortex::User#gravatar

Defined in:
app/models/cortex/user.rb

#gravatarObject



48
49
50
# File 'app/models/cortex/user.rb', line 48

def gravatar
  "//www.gravatar.com/avatar/#{Digest::MD5.hexdigest email}"
end