instance method
compile
Ruby on Rails 4.2.9
Since v4.2.9 Last seen in v4.2.9Signature
compile(bvs, conn)
No documentation comment.
Parameters
-
bvsreq -
connreq
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 127
def compile(bvs, conn)
super(bvs.map { |bv| conn.quote(*bv.reverse) })
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 127
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter::BindCollector