4 lines
180 B
Ruby
4 lines
180 B
Ruby
# frozen_string_literal: true
|
|
json.extract! account, :id, :username, :password, :home_folder, :contact_email, :created_at, :updated_at
|
|
json.url account_url(account, format: :json)
|