class CsvExport < Export def export_options super.merge(:format => :csv) end end