Sha256: ce9da04ad39d07e6dc112330fbd787184e63969a21098f2a1ed4c79cac736d0d
Contents?: true
Size: 176 Bytes
Versions: 1
Compression:
Stored size: 176 Bytes
Contents
module Landable class AuthorSerializer < ActiveModel::Serializer attributes :id, :username, :email, :first_name, :last_name, :can_read, :can_edit, :can_publish end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
landable-1.14.0 | app/serializers/landable/author_serializer.rb |