debian-mirror-gitlab/app/models/ci/pipeline_schedule_variable.rb

9 lines
154 B
Ruby
Raw Normal View History

2017-09-10 17:25:29 +05:30
module Ci
class PipelineScheduleVariable < ActiveRecord::Base
extend Ci::Model
include HasVariable
belongs_to :pipeline_schedule
end
end