Method: ActiveRecord::StatementCache::Query#sql_for

Defined in:
activerecord/lib/active_record/statement_cache.rb

#sql_for(binds, connection) ⇒ Object


38
39
40
# File 'activerecord/lib/active_record/statement_cache.rb', line 38

def sql_for(binds, connection)
  @sql
end