Sha256: d486b4003cf0c8db26456e245e477338e99104d2684bd5cd2bfb917056170311
Contents?: true
Size: 228 Bytes
Versions: 163
Compression:
Stored size: 228 Bytes
Contents
module ForemanRemoteExecution module ForemanTasksTriggeringExtensions extend ActiveSupport::Concern included do has_one :job_invocation, :dependent => :nullify, :foreign_key => 'triggering_id' end end end
Version data entries
163 entries across 163 versions & 1 rubygems