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)