Class: Renalware::HD::DashboardsController

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

Instance Method Summary collapse

Methods inherited from BaseController

#patient

Instance Method Details

#showObject



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

def show
  render locals: {
    dashboard: DashboardPresenter.new(patient, view_context, current_user)
  }
end