class Mockdata::Avatars

Constants

AVATARS

Images are obtained from www.uifaces.com/ I think using the usage of these images is permitted If that is not the case please contact erik.van.eykelen@bitgain.com Workplace suitable images (but don't take my word for it)

Public Class Methods

pick() click to toggle source
# File lib/mockdata/avatars.rb, line 11
def self.pick
  "https://s3.amazonaws.com/uifaces/faces/twitter/#{AVATARS.sample}/128.jpg"
end