summaryrefslogtreecommitdiff
path: root/app/views/pms/index.json.jbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/pms/index.json.jbuilder')
-rw-r--r--app/views/pms/index.json.jbuilder4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/pms/index.json.jbuilder b/app/views/pms/index.json.jbuilder
deleted file mode 100644
index fcfca84..0000000
--- a/app/views/pms/index.json.jbuilder
+++ /dev/null
@@ -1,4 +0,0 @@
-json.array!(@pms) do |pm|
- json.extract! pm, :id, :author_id, :recipient_id, :message
- json.url pm_url(pm, format: :json)
-end