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:
parent
eef176dc7d
commit
ac49fb1aa9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue