Browse Source

add: role field

tags/v3.1.1
vilet.yy 5 years ago
parent
commit
44cbb537ca
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/applied_projects/_detail.json.jbuilder

+ 1
- 0
app/views/applied_projects/_detail.json.jbuilder View File

@@ -14,5 +14,6 @@ json.user do
end
json.id object.id
json.status object.status
json.role object.role
json.created_at format_time(object.created_at)
json.time_ago time_from_now(object.created_at)

Loading…
Cancel
Save