instance method
default_prepared_statements
Ruby on Rails 8.1.2
Since v7.1.6 Private — implementation detail, not part of the public APISignature
default_prepared_statements()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 1296
def default_prepared_statements
true
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 1296
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter