method
substitute_at
v3.2.8 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
substitute_at(column, index)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 658
def substitute_at(column, index)
Arel::Nodes::BindParam.new "$#{index + 1}"
end