method
prepared_statements_disabled_cache
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::AbstractAdapter
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