1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

s/is is/is

This commit is contained in:
Vijay Dev 2011-12-01 01:04:47 +05:30
parent a604983f8b
commit 04b4fe77c9

View file

@ -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