Sha256: 9e1fcaf4b5ac1443d65bca8f2f7c775c2247a120bc36d118af4a053407f7cd56
Contents?: true
Size: 560 Bytes
Versions: 19
Compression:
Stored size: 560 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 include DisableRedirectionToExternalHost 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
19 entries across 19 versions & 1 rubygems