method
add_bind
rails latest stable - Class:
ActiveRecord::StatementCache::PartialQueryCollector
add_bind(obj)public
No documentation available.
# File activerecord/lib/active_record/statement_cache.rb, line 77
def add_bind(obj)
@binds << obj
@parts << Substitute.new
self
end