Class: Outpost::HomeController

Inherits:
BaseController show all
Defined in:
app/controllers/outpost/home_controller.rb

Constant Summary

Constants included from Controller::CustomErrors

Controller::CustomErrors::NOT_FOUND_ERROR_CLASSES

Instance Method Summary collapse

Methods included from Controller::Authentication

#current_user, #require_login

Methods included from Controller::Authorization

#authorize, #authorize_resource, #handle_unauthorized

Methods included from Breadcrumbs

#breadcrumb

Instance Method Details

#dashboardObject



2
3
4
# File 'app/controllers/outpost/home_controller.rb', line 2

def dashboard
  # Overwrite me
end