mirror of https://github.com/rails/rails
[ci skip] other -> order; expand ivar
This commit is contained in:
parent
805826971b
commit
e552db0588
|
@ -1,5 +1,6 @@
|
||||||
module ActionMailer
|
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:
|
# Consider this example that does not use parameterization:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue