Class: Decidim::Budgets::Focus::ProjectsController

Inherits:
ProjectsController show all
Defined in:
decidim-budgets/app/controllers/decidim/budgets/focus/projects_controller.rb

Instance Method Summary collapse

Methods included from IconHelper

#component_icon, #manifest_icon, #resource_icon, #resource_type_icon, #resource_type_icon_key, #text_with_resource_icon

Methods included from LayoutHelper

#_icon_classes, #apple_favicon, #application_path, #current_url, #current_user_unread_data, #extended_navigation_bar, #external_icon, #favicon, #icon, #legacy_favicon, #role, #root_url

Methods included from TooltipHelper

#with_tooltip

Methods included from ModalHelper

#decidim_drawer, #decidim_modal

Methods included from OrganizationHelper

#current_organization_name, #organization_colors, #organization_description_label, #organization_name

Methods included from TranslatableAttributes

#attachment?, #default_locale?

Methods inherited from ApplicationController

#current_workflow, #voting_finished?, #voting_open?

Methods inherited from Components::BaseController

#current_component, #current_manifest, #current_participatory_space, #permission_class_chain, #permission_scope, #redirect_unless_feature_private, #set_component_breadcrumb_item

Methods included from RegistersPermissions

register_permissions

Methods inherited from ApplicationController

#store_share_token

Methods included from UserBlockedChecker

#check_user_block_status, #check_user_not_blocked

Methods included from NeedsSnippets

#snippets

Methods included from Headers::HttpCachingDisabler

#disable_http_caching

Methods included from HasStoredPath

#skip_store_location?, #store_current_location

Methods included from NeedsOrganization

enhance_controller, extended, included

Instance Method Details

#indexObject



9
10
11
12
13
# File 'decidim-budgets/app/controllers/decidim/budgets/focus/projects_controller.rb', line 9

def index
  super

  render "decidim/budgets/projects/index"
end

#showObject



15
16
17
18
19
# File 'decidim-budgets/app/controllers/decidim/budgets/focus/projects_controller.rb', line 15

def show
  super

  render "decidim/budgets/projects/show"
end