Revision 9fb80abe
Added by Ondřej Pražák over 7 years ago
app/models/foreman_pipeline/concerns/repository_extension.rb | ||
---|---|---|
4 | 4 |
extend ActiveSupport::Concern |
5 | 5 |
|
6 | 6 |
included do |
7 |
has_many :jobs, :class_name => 'ForemanPipeline::Job', :source => :job, :through => :content_view_repositories
|
|
7 |
has_many :jobs, :class_name => 'ForemanPipeline::Job', :source => :job, :through => :content_view_repositories |
|
8 | 8 |
end |
9 | 9 |
|
10 | 10 |
end |
11 |
end
|
|
11 |
end |
|
12 | 12 |
end |
Also available in: Unified diff
making promoting decisions more robust