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-3.0.0 test/support/dummy_active_job.rb
foreman-tasks-2.0.2 test/support/dummy_active_job.rb
foreman-tasks-1.1.3 test/support/dummy_active_job.rb
foreman-tasks-1.1.2 test/support/dummy_active_job.rb
foreman-tasks-2.0.1 test/support/dummy_active_job.rb
foreman-tasks-2.0.0 test/support/dummy_active_job.rb
foreman-tasks-1.2.0 test/support/dummy_active_job.rb
foreman-tasks-1.1.1 test/support/dummy_active_job.rb
foreman-tasks-1.1.0 test/support/dummy_active_job.rb
foreman-tasks-0.17.6 test/support/dummy_active_job.rb
foreman-tasks-1.0.1 test/support/dummy_active_job.rb
foreman-tasks-1.0.0 test/support/dummy_active_job.rb
foreman-tasks-0.17.5 test/support/dummy_active_job.rb
foreman-tasks-0.17.4 test/support/dummy_active_job.rb
foreman-tasks-0.17.3 test/support/dummy_active_job.rb
foreman-tasks-0.17.2 test/support/dummy_active_job.rb
foreman-tasks-0.16.3 test/support/dummy_active_job.rb
foreman-tasks-0.17.1 test/support/dummy_active_job.rb
foreman-tasks-0.15.11 test/support/dummy_active_job.rb
foreman-tasks-0.16.2 test/support/dummy_active_job.rb