method

new

rails latest stable - Class: ActiveRecord::QueryCache::BodyProxy

Method deprecated or moved

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

new(original_cache_value, target, connection_id)
public

No documentation available.

# File activerecord/lib/active_record/query_cache.rb, line 31
      def initialize(original_cache_value, target, connection_id)
        @original_cache_value = original_cache_value
        @target               = target
        @connection_id        = connection_id
      end