diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-02-18 20:42:51 -0500 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-02-18 20:42:51 -0500 |
commit | 96b97d691f6889004c38bef15411bc27e448fda1 (patch) | |
tree | 7105a54b40fc11ca38a67ff2f520cc977532da44 /app/views/users/index.json.jbuilder | |
parent | 1b95d76d2bded709f512ccdca851388b8691708f (diff) |
Changes to generate.sh
Diffstat (limited to 'app/views/users/index.json.jbuilder')
-rw-r--r-- | app/views/users/index.json.jbuilder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/index.json.jbuilder b/app/views/users/index.json.jbuilder index 6684a9c..58c42c1 100644 --- a/app/views/users/index.json.jbuilder +++ b/app/views/users/index.json.jbuilder @@ -1,4 +1,4 @@ json.array!(@users) do |user| - json.extract! user, :id + json.extract! user, :id, :name, :pw_hash, :groups json.url user_url(user, format: :json) end |