Class: Csv::Query::InMemoryAR::Record
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Csv::Query::InMemoryAR::Record
- Defined in:
- lib/csv/query.rb
Overview
temporary AR obj
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
22 23 24 25 26 |
# File 'lib/csv/query.rb', line 22 def to_h h = self.attributes h.delete("id") h end |