Module: Decidim::NeedsOrganization
- Extended by:
- ActiveSupport::Concern
- Included in:
- ApplicationController, Devise::ConfirmationsController, Devise::InvitationsController, Devise::OmniauthRegistrationsController, Devise::PasswordsController, Devise::RegistrationsController, Devise::SessionsController, NeedsParticipatoryProcess
- Defined in:
- app/controllers/concerns/decidim/needs_organization.rb
Overview
Shared behaviour for controllers that need an organization present in order to work. The origanization is injected via the CurrentOrganization middleware.