Sha256: 42ed12bea3a3b865da2fe761ce9139f6bf3745add0536b95da21892f702ff64f

Contents?: true

Size: 145 Bytes

Versions: 2

Compression:

Stored size: 145 Bytes

Contents

class FrontController < ::ApplicationController
  def index
    ::ApplicationJob.new.enqueue(wait: 5.seconds)
    render 'front/index'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_job_channel-0.0.2 spec/dummy/app/controllers/front_controller.rb
active_job_channel-0.0.1 spec/dummy/app/controllers/front_controller.rb