提交 837f602f 编写于 作者: G George Claghorn

Remove frozen_string_literal pragma from Action Mailbox templates

上级 3ecb7547
# frozen_string_literal: true
class ApplicationMailbox < ActionMailbox::Base
# routing /something/i => :somewhere
end
# frozen_string_literal: true
class <%= class_name %>Mailbox < ApplicationMailbox
def process
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册