# frozen_string_literal: true module Tramway module News class ApplicationJob < ActiveJob::Base end end end