Method: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool#next_key
- Defined in:
- activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
#next_key ⇒ Object
298 299 300 |
# File 'activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb', line 298 def next_key "a#{@counter += 1}" end |