aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README.rdoc
diff options
context:
space:
mode:
authorR.T. Lechow <rtlechow@gmail.com>2011-03-03 22:23:30 -0500
committerXavier Noria <fxn@hashref.com>2011-03-05 11:56:34 +0100
commit86c15d8b8984b5865d73ecdd6687d91060bda5ba (patch)
treeba5be8bf5a8d7e15d93bf93710dddcfc5fb9e73c /activemodel/README.rdoc
parente95b965926a11d77aee379d9557ad1bee155dd7a (diff)
downloadrails-86c15d8b8984b5865d73ecdd6687d91060bda5ba.tar.gz
rails-86c15d8b8984b5865d73ecdd6687d91060bda5ba.tar.bz2
rails-86c15d8b8984b5865d73ecdd6687d91060bda5ba.zip
Active Model typos.
Diffstat (limited to 'activemodel/README.rdoc')
-rw-r--r--activemodel/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc
index d9a9bdae3e..b5b5edd52a 100644
--- a/activemodel/README.rdoc
+++ b/activemodel/README.rdoc
@@ -8,7 +8,7 @@ the Rails framework.
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
-that did not exacly conform to the Active Record interface. This would result
+that did not exactly conform to the Active Record interface. This would result
in code duplication and fragile applications that broke on upgrades.
Active Model solves this. You can include functionality from the following