Method: Marty::ImportView#process_import_data
- Defined in:
- app/components/marty/import_view.rb
#process_import_data ⇒ Object
39 40 41 |
# File 'app/components/marty/import_view.rb', line 39 def process_import_data CSV.new(@import_data, headers: true, col_sep: "\t") end |