Class: Csv::Query::InMemoryAR::Record

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/csv/query.rb

Overview

temporary AR obj

Instance Method Summary collapse

Instance Method Details

#to_hObject



22
23
24
25
26
# File 'lib/csv/query.rb', line 22

def to_h
  h = self.attributes
  h.delete("id")
  h
end