Sha256: cd1a09fb72c7bcd0388681c1c73bc4a0f0258e9eec3bf7988aa0b99dcfaf13bc

Contents?: true

Size: 255 Bytes

Versions: 54

Compression:

Stored size: 255 Bytes

Contents

# frozen_string_literal: true

module GoodJob
  class BatchesController < GoodJob::ApplicationController
    def index
      @filter = BatchesFilter.new(params)
    end

    def show
      @batch = GoodJob::BatchRecord.find(params[:id])
    end
  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
good_job-3.18.3 app/controllers/good_job/batches_controller.rb
good_job-3.18.2 app/controllers/good_job/batches_controller.rb
good_job-3.18.1 app/controllers/good_job/batches_controller.rb
good_job-3.18.0 app/controllers/good_job/batches_controller.rb
good_job-3.17.4 app/controllers/good_job/batches_controller.rb
good_job-3.17.3 app/controllers/good_job/batches_controller.rb
good_job-3.17.2 app/controllers/good_job/batches_controller.rb
good_job-3.17.1 app/controllers/good_job/batches_controller.rb
good_job-3.17.0 app/controllers/good_job/batches_controller.rb
good_job-3.16.4 app/controllers/good_job/batches_controller.rb
good_job-3.16.3 app/controllers/good_job/batches_controller.rb
good_job-3.16.2 app/controllers/good_job/batches_controller.rb
good_job-3.16.1 app/controllers/good_job/batches_controller.rb
good_job-3.16.0 app/controllers/good_job/batches_controller.rb