mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in ActionMailbox::InboundEmail::MessageId [ci skip]
- `a Active Storage` -> `an Active Storage` - `which be uploaded` -> `which is uploaded`
This commit is contained in:
parent
db43f33fbb
commit
fffb2b2a11
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module ActionMailbox::InboundEmail::MessageId
|
|||
extend ActiveSupport::Concern
|
||||
|
||||
class_methods do
|
||||
# Create a new +InboundEmail+ from the raw +source+ of the email, which be uploaded as a Active Storage
|
||||
# Create a new +InboundEmail+ from the raw +source+ of the email, which is uploaded as an Active Storage
|
||||
# attachment called +raw_email+. Before the upload, extract the Message-ID from the +source+ and set
|
||||
# it as an attribute on the new +InboundEmail+.
|
||||
def create_and_extract_message_id!(source, **options)
|
||||
|
|
Loading…
Reference in a new issue