[ci skip] other -> order; expand ivar

This commit is contained in:
Kasper Timm Hansen 2017-01-28 19:00:54 +01:00 committed by GitHub
parent 805826971b
commit e552db0588
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
module ActionMailer
# Provides the option to parameterize mailers in other to share ivar setup, processing, and common headers.
# Provides the option to parameterize mailers in order to share instance variable
# setup, processing, and common headers.
#
# Consider this example that does not use parameterization:
#