Method: Lhm::Connection::ActiveRecordConnection#select_value
- Defined in:
- lib/lhm/connection.rb
#select_value(sql) ⇒ Object
131 132 133 |
# File 'lib/lhm/connection.rb', line 131 def select_value(sql) @adapter.select_value(sql) end |