denny/ShinyCMS-ruby

View on GitHub
plugins/ShinySearch/app/jobs/shiny_search/application_job.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module ShinySearch
  class ApplicationJob < ActiveJob::Base
  end
end