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

Change one more place for JSON string to Hash

This commit is contained in:
Robert Ross 2011-10-04 23:42:37 -07:00
parent eef176dc7d
commit ac49fb1aa9

View file

@ -42,7 +42,7 @@ module ActiveModel
# The remainder of the examples in this section assume include_root_in_json is set to
# <tt>false</tt>.
#
# Without any +options+, the returned JSON string will include all the model's
# Without any +options+, the returned Hash will include all the model's
# attributes. For example:
#
# user = User.find(1)