Method: Lhm::Connection::ActiveRecordConnection#select_one

Defined in:
lib/lhm/connection.rb

#select_one(sql) ⇒ Object



123
124
125
# File 'lib/lhm/connection.rb', line 123

def select_one(sql)
  @adapter.select_one(sql)
end