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] --- activemodel/README.rdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activemodel') diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc index 1aaf4813ea..22e0f6c332 100644 --- a/activemodel/README.rdoc +++ b/activemodel/README.rdoc @@ -5,6 +5,8 @@ They allow for Action Pack helpers to interact with non-Active Record models, for example. Active Model also helps with building custom ORMs for use outside of the Rails framework. +You can read more about Active Model in the {Active Model Basics}[https://edgeguides.rubyonrails.org/active_model_basics.html] guide. + Prior to Rails 3.0, if a plugin or gem developer wanted to have an object interact with Action Pack helpers, it was required to either copy chunks of code from Rails, or monkey patch entire helpers to make them handle objects -- cgit v1.2.3