Class: Decidim::Conferences::Admin::ConferenceShareTokensController
- Inherits:
-
Admin::ShareTokensController
- Object
- DecidimController
- Admin::ApplicationController
- Admin::ShareTokensController
- Decidim::Conferences::Admin::ConferenceShareTokensController
- Defined in:
- decidim-conferences/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
Methods inherited from Admin::ShareTokensController
#create, #destroy, #edit, #index, #new, #update
Methods inherited from Admin::ApplicationController
#permission_class_chain, #permission_scope, #user_has_no_permission_path, #user_not_authorized_path
Methods included from Headers::HttpCachingDisabler
Methods included from TranslatableAttributes
Methods included from NeedsSnippets
Methods included from RegistersPermissions
Methods included from NeedsOrganization
enhance_controller, extended, included
Instance Method Details
#resource ⇒ Object
12 13 14 |
# File 'decidim-conferences/app/controllers/decidim/conferences/admin/conference_share_tokens_controller.rb', line 12 def resource current_conference end |