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