Class: Hyrax::CitationsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Hyrax::CitationsController
- Defined in:
- app/controllers/hyrax/citations_controller.rb
Instance Method Summary collapse
Methods included from SingularSubresourceController
Methods included from DenyAccessOverrideBehavior
Methods included from Breadcrumbs
#add_breadcrumb_for_action, #add_breadcrumb_for_controller, #build_breadcrumbs, #default_trail, #trail_from_referer
Methods included from WorksControllerBehavior
#create, #destroy, #edit, #file_manager, #inspect_work, #new, #show, #update
Instance Method Details
#file ⇒ Object
14 15 16 17 18 19 20 21 |
# File 'app/controllers/hyrax/citations_controller.rb', line 14 def file # We set _@presenter_ here so it isn't set in WorksControllerBehavior#presenter # which is intended to find works (not files) solr_file = ::SolrDocument.find(params[:id]) :show, solr_file @presenter = FileSetPresenter.new(solr_file, current_ability, request) show end |
#work ⇒ Object
10 11 12 |
# File 'app/controllers/hyrax/citations_controller.rb', line 10 def work show end |