mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
grammar fix
This commit is contained in:
parent
f28916194c
commit
04922bafda
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue