ftp-manager/app/views/accounts/_account.json.jbuilder

4 lines
164 B
Ruby

# frozen_string_literal: true
json.extract! account, :id, :username, :password, :home, :site, :created_at, :updated_at
json.url account_url(account, format: :json)