class method
self.backend
Ruby on Rails 3.0.20
Since v2.3.18 Last seen in v4.0.13Signature
self.backend()
No documentation comment.
Source
# File activesupport/lib/active_support/json/decoding.rb, line 16
def backend
set_default_backend unless defined?(@backend)
@backend
end
Defined in activesupport/lib/active_support/json/decoding.rb line 16
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::JSON