Sha256: e1d0152321abee7ba5bc61a715de34178c46ec270ae0b83c62be5c9270b2abdc

Contents?: true

Size: 324 Bytes

Versions: 143

Compression:

Stored size: 324 Bytes

Contents

module ForemanRemoteExecution
  module SubnetExtensions
    extend ActiveSupport::Concern

    included do
      has_many :target_remote_execution_proxies, :as => :target, :dependent => :destroy
      has_many :remote_execution_proxies, :dependent => :destroy, :through => :target_remote_execution_proxies
    end
  end
end

Version data entries

143 entries across 143 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.4 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-14.1.3 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-14.1.2 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-14.1.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-14.1.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-14.0.2 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-14.0.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-13.2.6 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-14.0.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-13.2.5 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-13.2.4 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-13.2.3 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-13.2.2 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-12.0.7 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-13.2.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-13.2.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-10.1.3 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-13.0.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-12.0.5 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-12.0.4 app/models/concerns/foreman_remote_execution/subnet_extensions.rb