aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorashishprajapati <ashishprajapati0404@gmail.com>2019-03-10 03:17:01 +0530
committerashishprajapati <ashishprajapati0404@gmail.com>2019-03-10 03:17:01 +0530
commite3ef12b310abdbc1688c3dc4c9b7c48209ce6da2 (patch)
tree0a90e68bd1cc36efcc42adb5bc5d3b48824d6f7c /activesupport
parent788272231cb75d9de454c45881421db9afea74cd (diff)
downloadrails-e3ef12b310abdbc1688c3dc4c9b7c48209ce6da2.tar.gz
rails-e3ef12b310abdbc1688c3dc4c9b7c48209ce6da2.tar.bz2
rails-e3ef12b310abdbc1688c3dc4c9b7c48209ce6da2.zip
Added missing guide links in README documentation and minor wording fix [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/README.rdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/README.rdoc b/activesupport/README.rdoc
index c770324be8..84d7f0221b 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