Class: Decidim::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Includes:
LocaleSwitcher, NeedsAuthorization, NeedsOrganization
Defined in:
app/controllers/decidim/application_controller.rb

Overview

The main application controller that inherits from Rails.

Instance Method Summary collapse

Instance Method Details

#user_not_authorized_pathObject



12
13
14
# File 'app/controllers/decidim/application_controller.rb', line 12

def user_not_authorized_path
  decidim.root_path
end