Libraries
»
lhm
(2.2.0)
»
Index
»
Lhm
»
Connection
»
ActiveRecordConnection
»
#update
Method: Lhm::Connection::ActiveRecordConnection#update
Defined in:
lib/lhm/connection.rb
#
update
(sql) ⇒
Object
115 116 117
# File 'lib/lhm/connection.rb', line 115
def
update
(
sql
)
@adapter
.
update
(
sql
)
end