summaryrefslogtreecommitdiff
path: root/app/views/users/index.json.jbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/index.json.jbuilder')
-rw-r--r--app/views/users/index.json.jbuilder4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/users/index.json.jbuilder b/app/views/users/index.json.jbuilder
deleted file mode 100644
index 58c42c1..0000000
--- a/app/views/users/index.json.jbuilder
+++ /dev/null
@@ -1,4 +0,0 @@
-json.array!(@users) do |user|
- json.extract! user, :id, :name, :pw_hash, :groups
- json.url user_url(user, format: :json)
-end