aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/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 /activerecord/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 'activerecord/README.rdoc')
-rw-r--r--activerecord/README.rdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc
index 26cdff9422..be573af4ba 100644
--- a/activerecord/README.rdoc
+++ b/activerecord/README.rdoc
@@ -13,6 +13,8 @@ columns. Although these mappings can be defined explicitly, it's recommended
to follow naming conventions, especially when getting started with the
library.
+You can read more about Active Record in the {Active Record Basics}[https://edgeguides.rubyonrails.org/active_record_basics.html] guide.
+
A short rundown of some of the major features:
* Automated mapping between classes and tables, attributes and columns.