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-6.2.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-5.0.5 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-6.1.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-5.0.4 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-5.0.3 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-6.0.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-5.0.2 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-5.1.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-5.0.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-5.0.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-4.8.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-4.5.6 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-4.5.5 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-4.5.4 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-4.7.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-4.5.3 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-4.5.2 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-4.5.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-4.6.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-4.5.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb