Sha256: a6eda33a49f8b1d02a69b16f336232dfd993fb7a63b43ae6b15f17c2813c34e6

Contents?: true

Size: 160 Bytes

Versions: 2

Compression:

Stored size: 160 Bytes

Contents

class FrontController < ::ApplicationController
  def index
    ::ApplicationJob.set(wait: 5.seconds).perform_later('bloop')
    render 'front/index'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_job_channel-0.3.0 spec/dummy/app/controllers/front_controller.rb
active_job_channel-0.0.3 spec/dummy/app/controllers/front_controller.rb