aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/operations/_operation.json.jbuilder
blob: 80169892b923c7f35a6576a0f608a0e8fa890cd4 (plain) (blame)
1
2
json.extract! operation, :id, :name, :created_at, :updated_at
json.url operation_url(operation, format: :json)