mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-26 08:55:51 +00:00
Adding failing specs for issue #48 Proposition of implementation for #48 Readme update Rollback travis
5 lines
116 B
Ruby
5 lines
116 B
Ruby
module V1
|
|
class UserSerializer < ActiveModel::Serializer
|
|
attributes :first_name, :last_name, :email
|
|
end
|
|
end
|