Revision 9fb80abe
Added by Ondřej Pražák over 7 years ago
app/models/foreman_pipeline/concerns/content_view_extension.rb | ||
---|---|---|
1 |
module ForemanPipeline |
|
1 |
module ForemanPipeline
|
|
2 | 2 |
module Concerns |
3 | 3 |
module ContentViewExtension |
4 | 4 |
extend ActiveSupport::Concern |
... | ... | |
6 | 6 |
included do |
7 | 7 |
has_many :jobs, :class_name => 'ForemanPipeline::Job', :inverse_of => :content_view, :dependent => :nullify |
8 | 8 |
end |
9 |
|
|
9 |
|
|
10 | 10 |
end |
11 | 11 |
end |
12 | 12 |
end |
Also available in: Unified diff
making promoting decisions more robust