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-0.14.0 test/support/dummy_active_job.rb
foreman-tasks-0.13.4 test/support/dummy_active_job.rb
foreman-tasks-0.13.3 test/support/dummy_active_job.rb
foreman-tasks-0.13.2 test/support/dummy_active_job.rb