method
without_prepared_statement?
v4.1.8 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::AbstractAdapter
without_prepared_statement?(binds)protected
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 383
def without_prepared_statement?(binds)
!@prepared_statements || binds.empty?
end