Revision 9fb80abe
Added by Ondřej Pražák over 7 years ago
app/models/foreman_pipeline/concerns/content_view_repository_extension.rb | ||
---|---|---|
4 | 4 |
extend ActiveSupport::Concern |
5 | 5 |
|
6 | 6 |
included do |
7 |
belongs_to :job, :class_name => 'ForemanPipeline::Job', :foreign_key => :content_view_id, :primary_key => :content_view_id
|
|
7 |
belongs_to :job, :class_name => 'ForemanPipeline::Job', :foreign_key => :content_view_id, :primary_key => :content_view_id |
|
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