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