Sha256: 4c8663f3ea6a7735f4e3576c371c1ca6ac9a2217df8e0af93d75fb50022519e4

Contents?: true

Size: 107 Bytes

Versions: 5

Compression:

Stored size: 107 Bytes

Contents

# frozen_string_literal: true

class DummyJob < Wayfarer::Base
  route { to :index }

  def hello; end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wayfarer-0.4.6 spec/fixtures/dummy_job.rb
wayfarer-0.4.5 spec/fixtures/dummy_job.rb
wayfarer-0.4.4 spec/fixtures/dummy_job.rb
wayfarer-0.4.3 spec/fixtures/dummy_job.rb
wayfarer-0.4.2 spec/fixtures/dummy_job.rb