cron return created_at
This commit is contained in:
parent
efb9d899b2
commit
504be84f27
|
@ -3,7 +3,7 @@ require 'travis/api/v3/renderer/model_renderer'
|
|||
module Travis::API::V3
|
||||
class Renderer::Cron < Renderer::ModelRenderer
|
||||
representation(:minimal, :id)
|
||||
representation(:standard, :id, :repository, :branch, :interval, :disable_by_build, :next_enqueuing)
|
||||
representation(:standard, :id, :repository, :branch, :interval, :disable_by_build, :next_enqueuing, :created_at)
|
||||
|
||||
def repository
|
||||
model.branch.repository
|
||||
|
|
Loading…
Reference in New Issue
Block a user