# frozen_string_literal: true module GoodJob class Engine < ::Rails::Engine isolate_namespace GoodJob end end