left4me/rails/app/views/executions/_execution.json.jbuilder
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

2 lines
125 B
Ruby

json.extract! execution, :id, :command_id, :value, :created_at, :updated_at
json.url execution_url(execution, format: :json)