Class: Decidim::OfflineController

Inherits:
ApplicationController
  • Object
show all
Includes:
HasSpecificBreadcrumb
Defined in:
app/controllers/decidim/offline_controller.rb

Instance Method Summary collapse

Instance Method Details



9
10
11
12
13
14
# File 'app/controllers/decidim/offline_controller.rb', line 9

def breadcrumb_item
  {
    label: t("decidim.offline.name"),
    active: true
  }
end

#showObject



7
# File 'app/controllers/decidim/offline_controller.rb', line 7

def show; end