3 lines
100 B
Ruby
3 lines
100 B
Ruby
class BasicUserSerializer < ApplicationSerializer
|
|
attributes :id, :username, :avatar_template
|
|
end
|