Class: Dossier::ReportsController

Inherits:
ApplicationController show all
Includes:
ViewContextWithReportFormatter
Defined in:
app/controllers/dossier/reports_controller.rb

Instance Method Summary collapse

Methods included from ViewContextWithReportFormatter

#view_context

Instance Method Details

#multiObject



13
14
15
# File 'app/controllers/dossier/reports_controller.rb', line 13

def multi
  respond_with(report)
end

#showObject



9
10
11
# File 'app/controllers/dossier/reports_controller.rb', line 9

def show
  respond_with(report)
end