aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-01 01:04:47 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-01 01:42:54 +0530
commit04b4fe77c925c0a3eb718254fac9c8ab403c37a3 (patch)
treed79ed3be90822529f683f66bc8fb4736d5da4d6f /activerecord
parenta604983f8b8b873558fe7838d0bfcf0e0594daa6 (diff)
downloadrails-04b4fe77c925c0a3eb718254fac9c8ab403c37a3.tar.gz
rails-04b4fe77c925c0a3eb718254fac9c8ab403c37a3.tar.bz2
rails-04b4fe77c925c0a3eb718254fac9c8ab403c37a3.zip
s/is is/is
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/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 60bbc325df..98efdb90c8 100644
--- a/activerecord/lib/active_record/associations.rb
+++ b/activerecord/lib/active_record/associations.rb
@@ -213,7 +213,7 @@ module ActiveRecord
#
# If your model class is <tt>Project</tt>, the module is
# named <tt>Project::GeneratedFeatureMethods</tt>. The GeneratedFeatureMethods module is
- # is included in the model class immediately after the (anonymous) generated attributes methods
+ # included in the model class immediately after the (anonymous) generated attributes methods
# module, meaning an association will override the methods for an attribute with the same name.
#
# === A word of warning