Method: Lhm::Connection::DataMapperConnection#sql
- Defined in:
- lib/lhm/connection.rb
#sql(statements) ⇒ Object
23 24 25 26 27 |
# File 'lib/lhm/connection.rb', line 23 def sql(statements) [statements].flatten.each do |statement| execute(tagged(statement)) end end |