aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
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 /activemodel
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 '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 5ac0b29cff..f9370d8de0 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