1
0
Fork 0
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:
Jon Moss 2017-04-23 12:28:14 -04:00
parent c9d7eeb9db
commit 295b2025d8

View file

@ -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