summaryrefslogtreecommitdiff
path: root/app/views/pms/index.json.jbuilder
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-24 19:07:40 -0400
committernfoy <nfoy@purdue.edu>2014-04-24 19:07:40 -0400
commit67d95e5b92e3d19765c7ccaf5460737ffe2173f4 (patch)
tree5e4dd2606fd33bea4c9c3c5fbaa0ab25f72bb38e /app/views/pms/index.json.jbuilder
parentdf982eca7ab85f2782799ee49dd0d78a1c6b18d4 (diff)
run ./generate.sh
Diffstat (limited to 'app/views/pms/index.json.jbuilder')
-rw-r--r--app/views/pms/index.json.jbuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pms/index.json.jbuilder b/app/views/pms/index.json.jbuilder
index fcfca84..3dc1abb 100644
--- a/app/views/pms/index.json.jbuilder
+++ b/app/views/pms/index.json.jbuilder
@@ -1,4 +1,4 @@
json.array!(@pms) do |pm|
- json.extract! pm, :id, :author_id, :recipient_id, :message
+ json.extract! pm, :id, :author_id, :recipient_id, :message, :subject, :conversation_id
json.url pm_url(pm, format: :json)
end