method
prepared_statements_disabled_cache
v7.0.0 -
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 180
def prepared_statements_disabled_cache # :nodoc:
ActiveSupport::IsolatedExecutionState[:active_record_prepared_statements_disabled_cache] ||= Set.new
end