Sha256: a5cad1297cfd46af251fa103714b246827bfbe69c5d2096b27bffc1260655f05
Contents?: true
Size: 263 Bytes
Versions: 8
Compression:
Stored size: 263 Bytes
Contents
class ProfileSerializer < ActiveModel::Serializer include NullAttributeReplacer attributes :id, :name, :gender, :date_of_birth, :username, :email, :phone has_one :profile_picture, class_name: "Image::ProfilePicture", serializer: ProfilePictureSerializer end
Version data entries
8 entries across 8 versions & 1 rubygems