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

2 lines
140 B
Ruby

json.extract! action, :id, :batch_id, :actionable_id, :actionable_type, :created_at, :updated_at
json.url action_url(action, format: :json)