Sha256: 41f0c6a33018289fc0a1874753fe07fe2c5e14022d9fd28cf956089f0c69ad59
Contents?: true
Size: 140 Bytes
Versions: 17
Compression:
Stored size: 140 Bytes
Contents
module Landable class AuthorSerializer < ActiveModel::Serializer attributes :id, :username, :email, :first_name, :last_name end end
Version data entries
17 entries across 17 versions & 1 rubygems