pinrails/app/views/machines/_machine.json.jbuilder

5 lines
146 B
Plaintext
Raw Normal View History

2022-01-15 17:10:26 +00:00
# frozen_string_literal: true
json.extract! machine, :id, :name, :edition, :created_at, :updated_at
json.url machine_url(machine, format: :json)