thirteen-tien-len/app/views/commands/_command.json.jbuilder
2023-12-03 13:16:27 +00:00

3 lines
122 B
Ruby

json.extract! command, :id, :name, :trigger, :body, :created_at, :updated_at
json.url command_url(command, format: :json)