Method: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool#next_key

Defined in:
activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb

#next_keyObject



302
303
304
# File 'activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb', line 302

def next_key
  "a#{@counter += 1}"
end