method
backend
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::JSON
backend()public
No documentation available.
# File activesupport/lib/active_support/json/decoding.rb, line 15
def backend
set_default_backend unless defined?(@backend)
@backend
end