cleaned up accounts

This commit is contained in:
2016-09-28 22:12:55 -05:00
parent 33f3be1c79
commit 81c667da0f
11 changed files with 34 additions and 35 deletions

View File

@ -1,3 +1,3 @@
# frozen_string_literal: true
json.extract! account, :id, :username, :password, :home, :site, :created_at, :updated_at
json.extract! account, :id, :username, :password, :home_folder, :contact_email, :created_at, :updated_at
json.url account_url(account, format: :json)