Sha256: 5487ff317d3ac84b10f5ab4db0a4809a9e2b7a108dfb5cde22f4ac19ca9f885d
Contents?: true
Size: 479 Bytes
Versions: 8
Compression:
Stored size: 479 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 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
8 entries across 8 versions & 2 rubygems