aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-02-21 11:45:50 -0500
committerJon Moss <me@jonathanmoss.me>2017-02-21 11:45:50 -0500
commitf4d2bcdd6dcc51b1e947cf4d83654a150f152d3d (patch)
tree96fecf095c3ee4c409726931f47d62f1f7fe1915 /actionmailer/CHANGELOG.md
parent8e9e94391902b854662ba5eb06cc006cc4e85212 (diff)
downloadrails-f4d2bcdd6dcc51b1e947cf4d83654a150f152d3d.tar.gz
rails-f4d2bcdd6dcc51b1e947cf4d83654a150f152d3d.tar.bz2
rails-f4d2bcdd6dcc51b1e947cf4d83654a150f152d3d.zip
Add backticks around constant
[ci skip]
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 6ec10c7a70..4f99bb1b7a 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -3,7 +3,7 @@
*Yuji Yaginuma*
* Add parameterized invocation of mailers as a way to share before filters and defaults between actions.
- See ActionMailer::Parameterized for a full example of the benefit.
+ See `ActionMailer::Parameterized` for a full example of the benefit.
*DHH*