aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/README.rdoc
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2019-03-09 22:54:21 +0100
committerGitHub <noreply@github.com>2019-03-09 22:54:21 +0100
commit0fc13977841d0fb5aa78d5bd86fa9a540477009f (patch)
treebbd322bc9be143e5426682442aee1dc7d61c8c32 /activesupport/README.rdoc
parent6c0afaca98758e87a05752e1f4f8f2029d6d9664 (diff)
parente3ef12b310abdbc1688c3dc4c9b7c48209ce6da2 (diff)
downloadrails-0fc13977841d0fb5aa78d5bd86fa9a540477009f.tar.gz
rails-0fc13977841d0fb5aa78d5bd86fa9a540477009f.tar.bz2
rails-0fc13977841d0fb5aa78d5bd86fa9a540477009f.zip
Merge pull request #35559 from ashishprajapati/ashishprajapati/important_textual_improvements
Added missing guide links in documentation and minor wording fix
Diffstat (limited to 'activesupport/README.rdoc')
-rw-r--r--activesupport/README.rdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/README.rdoc b/activesupport/README.rdoc
index fed636937b..d8d25d86c8 100644
--- a/activesupport/README.rdoc
+++ b/activesupport/README.rdoc
@@ -5,6 +5,7 @@ extensions that were found useful for the Rails framework. These additions
reside in this package so they can be loaded as needed in Ruby projects
outside of Rails.
+You can read more about the extensions in the {Active Support Core Extensions}[https://edgeguides.rubyonrails.org/active_support_core_extensions.html] guide.
== Download and installation