Sha256: 8aa9c87baf64049d32751cc704627affcbc6f8e1fb35d7725f549950427cc482

Contents?: true

Size: 103 Bytes

Versions: 2

Compression:

Stored size: 103 Bytes

Contents

# frozen_string_literal: true

class DummyJob < Wayfarer::Base
  route.to :index

  def hello; end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wayfarer-0.4.1 spec/fixtures/dummy_job.rb
wayfarer-0.4.0 spec/fixtures/dummy_job.rb