mhenrixon/sidekiq-unique-jobs

View on GitHub
myapp/app/controllers/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class HomeController < ApplicationController
  def index; end
end