mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use parameters, not params
Reads better to use the full word. [ci skip]
This commit is contained in:
parent
c9d7eeb9db
commit
295b2025d8
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ Secrets will be decrypted in production, using a key stored either in the
|
|||
|
||||
[Pull Request](https://github.com/rails/rails/pull/27825)
|
||||
|
||||
Allows specifying common params used for all methods in a mailer class
|
||||
to share instance variables, headers and other common setup.
|
||||
Allows specifying common parameters used for all methods in a mailer class in
|
||||
order to share instance variables, headers and other common setup.
|
||||
|
||||
``` ruby
|
||||
class InvitationsMailer < ApplicationMailer
|
||||
|
|
Loading…
Reference in a new issue