Class: ActiveRecord::Relation

Inherits:
Object
  • Object
show all
Defined in:
lib/activerecord/relation/exec2hash/relation.rb

Instance Method Summary collapse

Instance Method Details

#exec_to_hashObject



3
4
5
# File 'lib/activerecord/relation/exec2hash/relation.rb', line 3

def exec_to_hash
  connection.exec_query(to_sql).to_hash
end