Skip to content

Commit

Permalink
remove ancient user serializer swag
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Dec 23, 2017
1 parent 4890401 commit 82f9092
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/serializers/user_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ class UserSerializer < ApplicationSerializer
property :api_key_expires_at, type: :string, format: 'date-time', readOnly: true
property :admin, type: :boolean, readOnly: true
end
property :links do
property :self, type: :string, format: 'url', readOnly: true
end
end

attributes :id, :username, :first_name, :last_name, :groups,
Expand Down

0 comments on commit 82f9092

Please sign in to comment.