Sha256: b658d2b9197bd1f06fec2eb46a7864f79eff94284a68bf5383bd7b17a3b9497c
Contents?: true
Size: 513 Bytes
Versions: 46
Compression:
Stored size: 513 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 HttpCachingDisabler protect_from_forgery with: :exception, prepend: true helper Decidim::TranslationsHelper helper Decidim::DecidimFormHelper helper Decidim::ReplaceButtonsHelper helper Decidim::System::MenuHelper end end end
Version data entries
46 entries across 46 versions & 1 rubygems