class method
self.engine
Ruby on Rails 3.2.22.5
Since v3.1.12 Last seen in v4.0.13Signature
self.engine()
No documentation comment.
Source
# File activesupport/lib/active_support/json/decoding.rb, line 26
def engine
if MultiJson.respond_to?(:adapter)
MultiJson.adapter
else
MultiJson.engine
end
end
Defined in activesupport/lib/active_support/json/decoding.rb line 26
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::JSON