diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2019-03-09 22:54:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-09 22:54:21 +0100 |
commit | 0fc13977841d0fb5aa78d5bd86fa9a540477009f (patch) | |
tree | bbd322bc9be143e5426682442aee1dc7d61c8c32 /activerecord | |
parent | 6c0afaca98758e87a05752e1f4f8f2029d6d9664 (diff) | |
parent | e3ef12b310abdbc1688c3dc4c9b7c48209ce6da2 (diff) | |
download | rails-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')
-rw-r--r-- | activerecord/README.rdoc | 2 |
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. |