Sha256: 67abbe223ee2da6a238455554fbe66bd8fdeb1598f88504ac721ab5df124856f
Contents?: true
Size: 214 Bytes
Versions: 8
Compression:
Stored size: 214 Bytes
Contents
class Kuroko2::ExecutionHistory < Kuroko2::ApplicationRecord include Kuroko2::TableNameCustomizable belongs_to :job_definition belongs_to :job_instance scope :ordered, -> { order(started_at: :desc) } end
Version data entries
8 entries across 8 versions & 1 rubygems