method

new

rails latest stable - Class: ActiveSupport::JSON::Variable

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

new(*args)
public

No documentation available.

# File activesupport/lib/active_support/json/variable.rb, line 7
      def initialize(*args)
        message = 'ActiveSupport::JSON::Variable is deprecated and will be removed in Rails 4.1. '                    'For your own custom JSON literals, define #as_json and #encode_json yourself.'
        ActiveSupport::Deprecation.warn message
        super
      end