Sha256: cca37379890b49b9d4a5059cba1782b364108571e4baa566a3379729aaed55a7

Contents?: true

Size: 124 Bytes

Versions: 4

Compression:

Stored size: 124 Bytes

Contents

# frozen_string_literal: true

class AnotherUserSerializer
  include FastJsonapi::ObjectSerializer

  attributes :email
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grape_fast_jsonapi-0.2.6 spec/support/serializers/another_user_serializer.rb
grape_fast_jsonapi-0.2.5 spec/support/serializers/another_user_serializer.rb
grape_fast_jsonapi-0.2.4 spec/support/serializers/another_user_serializer.rb
grape_fast_jsonapi-0.2.3 spec/support/serializers/another_user_serializer.rb