class RefundNotificationNonprofitEmailJob < ApplicationJob queue_as :default def perform(*args) # Do something later end end