Sha256: 9ae08aba39b50129bd8667c994818b080faa996de0594eed011d2d36fc26f840

Contents?: true

Size: 117 Bytes

Versions: 104

Compression:

Stored size: 117 Bytes

Contents

module Support
  class DummyActiveJob < ApplicationJob
    def humanized_name
      "Dummy action"
    end
  end
end

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
foreman-tasks-10.0.2 test/support/dummy_active_job.rb
foreman-tasks-10.0.1 test/support/dummy_active_job.rb
foreman-tasks-10.0.0 test/support/dummy_active_job.rb
foreman-tasks-9.2.3 test/support/dummy_active_job.rb
foreman-tasks-9.2.2 test/support/dummy_active_job.rb
foreman-tasks-9.2.1 test/support/dummy_active_job.rb
foreman-tasks-9.2.0 test/support/dummy_active_job.rb
foreman-tasks-9.1.1 test/support/dummy_active_job.rb
foreman-tasks-9.0.4 test/support/dummy_active_job.rb
foreman-tasks-9.1.0 test/support/dummy_active_job.rb
foreman-tasks-9.0.2 test/support/dummy_active_job.rb
foreman-tasks-9.0.1 test/support/dummy_active_job.rb
foreman-tasks-8.3.3 test/support/dummy_active_job.rb
foreman-tasks-9.0.0 test/support/dummy_active_job.rb
foreman-tasks-8.2.1 test/support/dummy_active_job.rb
foreman-tasks-8.1.4 test/support/dummy_active_job.rb
foreman-tasks-8.3.2 test/support/dummy_active_job.rb
foreman-tasks-8.3.1 test/support/dummy_active_job.rb
foreman-tasks-8.1.3 test/support/dummy_active_job.rb
foreman-tasks-8.3.0 test/support/dummy_active_job.rb