class method self.engine=

Ruby on Rails 3.2.22.5

Since v3.1.12 Last seen in v4.0.13

Available in: v3.1.12 v3.2.22.5 v4.0.13

Signature

self.engine=(name)

No documentation comment.

Parameters

name req
Source
# File activesupport/lib/active_support/json/decoding.rb, line 35
      def engine=(name)
        if MultiJson.respond_to?(:use)
          MultiJson.use name
        else
          MultiJson.engine = name
        end
      end

Defined in activesupport/lib/active_support/json/decoding.rb line 35 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::JSON

Type at least 2 characters to search.

↑↓ navigate · open · esc close