aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib/rails/generators/mailbox/templates/mailbox.rb.tt
blob: 56b138e2d9cca9a2c7ff72d5c4257910d28d6c5b (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

class <%= class_name %>Mailbox < ApplicationMailbox
  def process
  end
end