Sha256: d486b4003cf0c8db26456e245e477338e99104d2684bd5cd2bfb917056170311

Contents?: true

Size: 228 Bytes

Versions: 168

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

168 entries across 168 versions & 1 rubygems

Version Path
foreman_remote_execution-13.0.0 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-12.0.5 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-12.0.4 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-12.0.1 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-12.0.2 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-11.1.3 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-10.1.2 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-12.0.0 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-10.1.1 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-11.1.1 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-11.1.0 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-10.1.0 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-8.3.3 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-8.3.2 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-11.0.0 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-10.0.7 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-8.3.1 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-10.0.6 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-10.0.5 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
foreman_remote_execution-10.0.4 app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb