Class: Spotlight::Resources::CsvController

Inherits:
Spotlight::ResourcesController show all
Defined in:
app/controllers/spotlight/resources/csv_controller.rb

Instance Method Summary collapse

Methods inherited from Spotlight::ResourcesController

#create, #new, #reindex_all

Methods included from Controller

#blacklight_config, #current_exhibit, #current_masthead, #current_masthead=, #default_masthead?, #exhibit_masthead?, #exhibit_search_action_url, #exhibit_search_facet_url, #search_action_url, #search_facet_url

Methods included from Config

#exhibit_specific_blacklight_config

Instance Method Details

#templateObject



9
10
11
# File 'app/controllers/spotlight/resources/csv_controller.rb', line 9

def template
  render text: CSV.generate { |csv| csv << @resource.label_to_field.keys }
end