instance method
as_json
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v8.1.3.1Signature
as_json(options = nil)
No documentation comment.
Parameters
-
optionsopt = nil
Source
# File activesupport/lib/active_support/core_ext/object/json.rb, line 202
def as_json(options = nil)
to_s
end
Defined in activesupport/lib/active_support/core_ext/object/json.rb line 202
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Exception