mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix word wrap, capitalization, and spacing of text from #17284
This commit is contained in:
parent
b9fcce3944
commit
e994fa11cf
1 changed files with 5 additions and 4 deletions
|
@ -636,11 +636,12 @@ module ActionMailer
|
|||
# * +message-id+
|
||||
# * +references+
|
||||
#
|
||||
# fields can only appear once in email headers while other fields such as <tt>X-Anything</tt>
|
||||
# can appear multiple times. If you want to replace any header which already exists,
|
||||
# first set it to nil in order to reset the value otherwise another field will be added
|
||||
# for the same header.
|
||||
# Fields can only appear once in email headers while other fields such as
|
||||
# <tt>X-Anything</tt> can appear multiple times.
|
||||
#
|
||||
# If you want to replace any header which already exists, first set it to
|
||||
# +nil+ in order to reset the value otherwise another field will be added
|
||||
# for the same header.
|
||||
def headers(args = nil)
|
||||
if args
|
||||
@_message.headers(args)
|
||||
|
|
Loading…
Reference in a new issue