class Serializers::Users::User

Public Instance Methods

avatar() click to toggle source
# File lib/restpack_user_service/serializers/user.rb, line 13
def avatar
  image || "http://robohash.org/#{id}.png?size=200x200"
end