Class: Vtiger::Misc

Inherits:
Object
  • Object
show all
Defined in:
lib/vtiger/support.rb

Class Method Summary collapse

Class Method Details

.read_csv_file(filepath) ⇒ Object



13
14
15
# File 'lib/vtiger/support.rb', line 13

def self.read_csv_file(filepath)
  FasterCSV.read( filepath, { :headers           => true})  
end