module RawToA::ActiveRecord

Public Instance Methods

raw_to_a() click to toggle source
# File lib/raw_to_a.rb, line 6
def raw_to_a
  connection.exec_query(all.to_sql).to_a
end