Skip to content
Snippets Groups Projects
Commit 66d3f985 authored by James Lopez's avatar James Lopez
Browse files

add id to project member user json

parent eb2b9e3e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,7 +17,7 @@ module Projects
private
 
def members
[{ project_members: { include: [user: { only: [:email, :username] }] } }]
[{ project_members: { include: [user: { only: [:id, :email, :username] }] } }]
end
 
def storage_path
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment