class ActiveRecord::Result

def to_ary

Returns an array of hashes representing each row record.
def to_ary
  hash_rows
end