Module: Exportable::ExportMethods::CsvExporter
- Includes:
- Utils
- Included in:
- Exportable::ExportMethods
- Defined in:
- lib/exportable/export_methods/csv_exporter.rb
Overview
Module to handle only CSV exporting
Defined Under Namespace
Classes: Exporter
Instance Method Summary collapse
Methods included from Utils
Instance Method Details
#export_csv(options = {}) ⇒ Object
9 10 11 12 |
# File 'lib/exportable/export_methods/csv_exporter.rb', line 9 def export_csv( = {}) = (self, .merge()) Exporter.new(self).export() end |