about summary refs log tree commit diff
path: root/app/views/machines/_machine.json.jbuilder
blob: ef51e423ccc55c83b2037683968c7189394df3b2 (plain) (blame)
1
2
3
4
# frozen_string_literal: true

json.extract! machine, :id, :name, :edition, :created_at, :updated_at
json.url machine_url(machine, format: :json)