aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README.rdoc
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2013-03-12 18:44:10 -0700
committerWaynn Lue <WLGades@gmail.com>2013-03-12 18:44:10 -0700
commit008fd54e74aa01e590074861fd2e6d82bed82af8 (patch)
treefffdface5c3822dc18f80531e5c794474deee1ff /activemodel/README.rdoc
parent680fab830898b56d70792d1f708a1bb3bac2b33a (diff)
downloadrails-008fd54e74aa01e590074861fd2e6d82bed82af8.tar.gz
rails-008fd54e74aa01e590074861fd2e6d82bed82af8.tar.bz2
rails-008fd54e74aa01e590074861fd2e6d82bed82af8.zip
clarify verbiage
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 1b1fe2fa2b..a66225319d 100644
--- a/activemodel/README.rdoc
+++ b/activemodel/README.rdoc
@@ -2,7 +2,7 @@
Active Model provides a known set of interfaces for usage in model classes.
They allow for Action Pack helpers to interact with non-Active Record models,
-for example. Active Model also helps building custom ORMs for use outside of
+for example. Active Model also helps with building custom ORMs for use outside of
the Rails framework.
Prior to Rails 3.0, if a plugin or gem developer wanted to have an object