Sha256: b568fee98936d08326ab6942a95e38e489f76db0496655024e0d6cf49413dad7

Contents?: true

Size: 300 Bytes

Versions: 23

Compression:

Stored size: 300 Bytes

Contents

module ForemanRemoteExecution
  module SubnetExtensions
    extend ActiveSupport::Concern

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
foreman_remote_execution-1.3.7 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.3.6 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.4.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.3.5 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.3.4 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.3.3 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.3.2 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.3.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.3.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.2.2 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.2.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.2.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.1.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-1.1.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-0.2.3 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-0.2.2 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-0.2.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-0.1.2 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-0.1.1 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-0.1.0 app/models/concerns/foreman_remote_execution/subnet_extensions.rb