Class: Decidim::Conferences::Admin::ConferenceShareTokensController

Inherits:
Admin::ShareTokensController
  • Object
show all
Includes:
Decidim::Conferences::Admin::Concerns::ConferenceAdmin
Defined in:
app/controllers/decidim/conferences/admin/conference_share_tokens_controller.rb

Overview

This controller allows sharing unpublished things. It is targeted for customizations for sharing unpublished things that lives under an conference.

Instance Method Summary collapse

Instance Method Details

#resourceObject



12
13
14
# File 'app/controllers/decidim/conferences/admin/conference_share_tokens_controller.rb', line 12

def resource
  current_conference
end