From e3ef12b310abdbc1688c3dc4c9b7c48209ce6da2 Mon Sep 17 00:00:00 2001 From: ashishprajapati Date: Sun, 10 Mar 2019 03:17:01 +0530 Subject: Added missing guide links in README documentation and minor wording fix [ci skip] --- activerecord/README.rdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/README.rdoc') diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc index 19650b82ae..7a5fbbc330 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. -- cgit v1.2.3