aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-05-29 19:44:39 -0400
committerJon Moss <me@jonathanmoss.me>2017-05-29 19:44:39 -0400
commitc47e6ffbd55a76b15e640d10548b73070fd37c94 (patch)
tree3401246fa0bff2e764d74359ca0e0440ca571f41 /activesupport/CHANGELOG.md
parent48f2a0c566526c291e6e1dd285dd9422802c6d0b (diff)
downloadrails-c47e6ffbd55a76b15e640d10548b73070fd37c94.tar.gz
rails-c47e6ffbd55a76b15e640d10548b73070fd37c94.tar.bz2
rails-c47e6ffbd55a76b15e640d10548b73070fd37c94.zip
Add backticks
[ci skip]
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index bb578d81dc..1cf4d30898 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -13,7 +13,7 @@
*Eilis Hamilton*
-* Add ActiveSupport::CurrentAttributes to provide a thread-isolated attributes singleton.
+* Add `ActiveSupport::CurrentAttributes` to provide a thread-isolated attributes singleton.
Primary use case is keeping all the per-request attributes easily available to the whole system.
*DHH*