aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
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 /activemodel
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 'activemodel')
-rw-r--r--activemodel/README.rdoc2
1 files changed, 2 insertions, 0 deletions
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