3 lines
134 B
Ruby
3 lines
134 B
Ruby
json.extract! account, :id, :username, :password, :home, :site, :created_at, :updated_at
|
|
json.url account_url(account, format: :json)
|