Class: ThinkFeelDoDashboard::AdminController

Inherits:
ApplicationController show all
Defined in:
app/controllers/think_feel_do_dashboard/admin_controller.rb

Overview

Allows the admin to navigate from page to page

Instance Method Summary collapse

Instance Method Details

#indexObject

GET /think_feel_do_dashboard



7
8
9
# File 'app/controllers/think_feel_do_dashboard/admin_controller.rb', line 7

def index
  authorize! :index, Arm
end