Libraries
»
lhm
(2.2.0)
»
Index
»
Lhm
»
Connection
»
ActiveRecordConnection
»
#execute
Method: Lhm::Connection::ActiveRecordConnection#execute
Defined in:
lib/lhm/connection.rb
#
execute
(sql) ⇒
Object
142 143 144
# File 'lib/lhm/connection.rb', line 142
def
execute
(
sql
)
@adapter
.
execute
(
sql
)
end