mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
5 lines
116 B
Ruby
5 lines
116 B
Ruby
module V5
|
|
class UserSerializer < ActiveModel::Serializer
|
|
attributes :first_name, :last_name, :email
|
|
end
|
|
end
|