about summary refs log blame commit diff
path: root/app/views/machines/_machine.json.jbuilder
blob: ef51e423ccc55c83b2037683968c7189394df3b2 (plain) (tree)
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)