Class: Renalware::LowClearance::DashboardsController

Inherits:
BaseController show all
Defined in:
app/controllers/renalware/low_clearance/dashboards_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#patient

Instance Method Details

#showObject



8
9
10
11
12
13
14
# File 'app/controllers/renalware/low_clearance/dashboards_controller.rb', line 8

def show
  authorize patient
  render :show, locals: {
    patient: patient,
    dashboard: dashboard_presenter
  }
end