aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
diff options
context:
space:
mode:
authorAdam Milligan <amilligan@pivotallabs.com>2009-03-07 12:34:56 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-03-07 12:34:56 +0000
commitf36513653fceb01691288dfdebfdc56d17dc85c9 (patch)
treeba052a1ceefb5977309b2fbb78486e94687486f9 /activerecord/lib/active_record/associations.rb
parentc071123b3e2d6fd918dd7e419efe7429355445c2 (diff)
downloadrails-f36513653fceb01691288dfdebfdc56d17dc85c9.tar.gz
rails-f36513653fceb01691288dfdebfdc56d17dc85c9.tar.bz2
rails-f36513653fceb01691288dfdebfdc56d17dc85c9.zip
Fix RDoc grammar and ensure hm:t tests can run in isolation. [#1644 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'activerecord/lib/active_record/associations.rb')
-rwxr-xr-xactiverecord/lib/active_record/associations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb
index 65a1319c7e..301b3a3b58 100755
--- a/activerecord/lib/active_record/associations.rb
+++ b/activerecord/lib/active_record/associations.rb
@@ -71,7 +71,7 @@ module ActiveRecord
# See ActiveRecord::Associations::ClassMethods for documentation.
module Associations # :nodoc:
- # These classes will be loaded when associatoins are created.
+ # These classes will be loaded when associations are created.
# So there is no need to eager load them.
autoload :AssociationCollection, 'active_record/associations/association_collection'
autoload :AssociationProxy, 'active_record/associations/association_proxy'