1 2 3 4 5 6 7
# class CsvExport < Export # def export_options # super.merge(:format => :csv) # end # end