Module: TableToCsvHelper

Defined in:
app/helpers/table_to_csv_helper.rb

Instance Method Summary collapse

Instance Method Details

#table_export_tagObject



2
3
4
# File 'app/helpers/table_to_csv_helper.rb', line 2

def table_export_tag
	(:button,"Export",id: "export", "data-export" =>"export")
end