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