Class: Decidim::OfflineController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Decidim::OfflineController
- Includes:
- HasSpecificBreadcrumb
- Defined in:
- app/controllers/decidim/offline_controller.rb
Instance Method Summary collapse
Instance Method Details
#breadcrumb_item ⇒ Object
9 10 11 12 13 14 |
# File 'app/controllers/decidim/offline_controller.rb', line 9 def { label: t("decidim.offline.name"), active: true } end |
#show ⇒ Object
7 |
# File 'app/controllers/decidim/offline_controller.rb', line 7 def show; end |