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

grammar fix

This commit is contained in:
Aditya Sanghi 2010-11-27 19:56:08 +05:30
parent f28916194c
commit 04922bafda

View file

@ -46,8 +46,8 @@ module ActiveModel
# end
# end
#
# Notice that whenever you include ActiveModel::AttributeMethods in your class,
# it requires you to implement a <tt>attributes</tt> methods which returns a hash
# Note that whenever you include ActiveModel::AttributeMethods in your class,
# it requires you to implement an <tt>attributes</tt> method which returns a hash
# with each attribute name in your model as hash key and the attribute value as
# hash value.
#