Class: ODDB::Html::View::Drugs::DownloadExport
- Inherits:
-
HtmlGrid::Component
- Object
- HtmlGrid::Component
- ODDB::Html::View::Drugs::DownloadExport
- Defined in:
- lib/oddb/html/view/drugs/download_export.rb
Instance Method Summary collapse
Instance Method Details
#http_headers ⇒ Object
12 13 14 15 16 17 18 19 |
# File 'lib/oddb/html/view/drugs/download_export.rb', line 12 def http_headers { "Content-Type" => "text/csv", "Cache-Control" => "no-cache, max-age=3600, must-revalidate", "Content-Disposition" => "attachment; filename=#{@model.filename}", "Refresh" => "0; URL=#{@lookandfeel._event_url(:home)}", } end |