forked from Gitlink/forgeplus
6 lines
317 B
Ruby
6 lines
317 B
Ruby
json.total_count @tasks.total_count
|
|
json.tasks @tasks.each do |task|
|
|
json.(task, :id, :event_type, :type, :uuid, :is_succeed, :is_delivered, :payload_content, :request_content)
|
|
json.response_content task.response_content_json
|
|
json.delivered_time Time.at(task.delivered*10**-9).strftime("%Y-%m-%d %H:%M:%S")
|
|
end |