Class: Decidim::Admin::DashboardController

Inherits:
ApplicationController show all
Defined in:
app/controllers/decidim/admin/dashboard_controller.rb

Overview

Controller that shows a simple dashboard.

Instance Method Summary collapse

Methods inherited from ApplicationController

#permission_class_chain, #permission_scope, #user_has_no_permission_path, #user_not_authorized_path

Instance Method Details

#showObject



10
11
12
# File 'app/controllers/decidim/admin/dashboard_controller.rb', line 10

def show
  enforce_permission_to :read, :admin_dashboard
end