Class: Renalware::Dashboard::DashboardsController

Inherits:
BaseController show all
Defined in:
app/controllers/renalware/dashboard/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/dashboard/dashboards_controller.rb', line 10

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