Method: Lhm::Connection::ActiveRecordConnection#sql
- Defined in:
- lib/lhm/connection.rb
#sql(statements) ⇒ Object
98 99 100 101 102 |
# File 'lib/lhm/connection.rb', line 98 def sql(statements) [statements].flatten.each do |statement| execute(tagged(statement)) end end |