Sha256: f942b66bd260c8b4bc16a83e9b258ff5dc8a44981ef3d76ac2a38e0fbfbd409d
Contents?: true
Size: 606 Bytes
Versions: 8
Compression:
Stored size: 606 Bytes
Contents
# frozen_string_literal: true module Decidim module System # The main application controller that inherits from Rails. class ApplicationController < ActionController::Base include FormFactory include PayloadInfo include Headers::HttpCachingDisabler include DisableRedirectionToExternalHost protect_from_forgery with: :exception, prepend: true helper Decidim::MetaTagsHelper helper Decidim::TranslationsHelper helper Decidim::DecidimFormHelper helper Decidim::ReplaceButtonsHelper helper Decidim::System::MenuHelper end end end
Version data entries
8 entries across 8 versions & 1 rubygems