Method: Lhm::Connection::ActiveRecordConnection#select_all

Defined in:
lib/lhm/connection.rb

#select_all(sql) ⇒ Object



119
120
121
# File 'lib/lhm/connection.rb', line 119

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