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:
parent
a604983f8b
commit
04b4fe77c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue