class method
self.backend
Ruby on Rails 2.3.18
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 15
def backend
set_default_backend unless defined?(@backend)
@backend
end
Defined in activesupport/lib/active_support/json/decoding.rb line 15
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::JSON