method

prepared_statements_disabled_cache

prepared_statements_disabled_cache()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 161
      def prepared_statements_disabled_cache # :nodoc:
        Thread.current[:ar_prepared_statements_disabled_cache] ||= Set.new
      end