aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib/rails/generators/mailbox/templates/mailbox.rb.tt
blob: 110b3b9d7e17dda04c7a9436dc4d9105b972a4b7 (plain) (blame)
1
2
3
4
class <%= class_name %>Mailbox < ApplicationMailbox
  def process
  end
end