Skip to content

Commit

Permalink
add location to user summary
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jun 4, 2024
1 parent b80ceab commit c357eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/user_summary_serializer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class UserSummarySerializer < ActiveModel::Serializer
attributes :type, :email, :username, :title, :fullname, :phone, :gravatar, :picture_160,
:picture_25, :picture_50, :email, :teamlead_of
:picture_25, :picture_50, :email, :teamlead_of, :location, :room, :coordinates

def type
'user'
Expand Down

0 comments on commit c357eb7

Please sign in to comment.