instance method
as_json
Ruby on Rails 8.1.3.1
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 264
def as_json(options = nil)
to_s
end
Defined in activesupport/lib/active_support/core_ext/object/json.rb line 264
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Exception