Module: TableToCsvHelper

Defined in:
app/helpers/table_to_csv_helper.rb

Instance Method Summary collapse

Instance Method Details

#table_export_tag(id = '') ⇒ Object



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

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