Class: ActiveRecord::Relation
- Inherits:
-
Object
- Object
- ActiveRecord::Relation
- Defined in:
- lib/activerecord/relation/exec2hash/relation.rb
Instance Method Summary collapse
Instance Method Details
#exec_to_hash ⇒ Object
3 4 5 |
# File 'lib/activerecord/relation/exec2hash/relation.rb', line 3 def exec_to_hash connection.exec_query(to_sql).to_hash end |