mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Change one more place for JSON string to Hash
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user