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-0.0.10 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-0.0.8 app/models/concerns/foreman_remote_execution/subnet_extensions.rb
foreman_remote_execution-0.0.7 app/models/concerns/foreman_remote_execution/subnet_extensions.rb