Skip to content

Commit

Permalink
update membership serializer to send roles (#4199)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored May 12, 2023
1 parent 9ff2378 commit e357cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/membership_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ class MembershipSerializer
include Serialization::PanoptesRestpack
include CachedSerializer

attributes :id, :state, :href
attributes :id, :state, :roles, :href
can_include :user, :user_group
end

0 comments on commit e357cb7

Please sign in to comment.