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

Fix grammar/style: pluralize 'each of its method'

[ci skip]
This commit is contained in:
Tim Wade 2015-04-24 08:32:58 -04:00
parent 55d9e494e8
commit 875f675284
No known key found for this signature in database
GPG key ID: D4693C0B535435FD

View file

@ -23,7 +23,7 @@ module ActiveModel
# The requirements to implement <tt>ActiveModel::AttributeMethods</tt> are to:
#
# * <tt>include ActiveModel::AttributeMethods</tt> in your class.
# * Call each of its method you want to add, such as +attribute_method_suffix+
# * Call each of its methods you want to add, such as +attribute_method_suffix+
# or +attribute_method_prefix+.
# * Call +define_attribute_methods+ after the other methods are called.
# * Define the various generic +_attribute+ methods that you have declared.